#c51427

Color #C51427 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #C51427

Tints of Fire Engine Red #C51427

Color information

#C51427 (or 0xC51427) is unknown color: approx Fire Engine Red. HEX triplet: C5, 14 and 27. RGB value is (197,20,39). Sum of RGB (Red+Green+Blue) = 197+20+39=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C51427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51427 is #3AEBD8. Grayscale: #4B4B4B. Windows color (decimal): -3861465 or 2561221. OLE color: 2561221.

HSL color Cylindrical-coordinate representation of color #C51427: hue angle of 353.56º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51427 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB1972039-
CMYK00.900.800.23
HSL353.56º81.57%42.55%-
HSV(B)353.56º89.85%77.25%-
XYZ23.6412.523.09-
YUV75.09107.64214.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 76.95%
GREEN value IS 20 (8.20% from 255) = 7.81%
BLUE value IS 39 (15.62% from 255) = 15.23%
R=76.95%
G=7.81%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197203900.900.800.23353.5681.5742.55
HexC5142705A5017162522b
Octal305244701321202754212253
Binary1100010110100100111010110101010000101111011000101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c51427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c51427; }

 p { color: rgb(197,20,39); }

 H1.HeaderClassName
 {
   color: #c51427;
 }
 .AnyTagClassName
 {
   color: #c51427;
 }
</style>
background-color css

<style>
 a { background-color: #c51427; }

 a { background-color: rgb(197,20,39); }

 div.DivClassName
 {
   background-color: #c51427;
 }
 .BgClassName
 {
   background-color: #c51427;
 }
</style>
border-color css

<style>
 span { border-color: #c51427; }

 span { border-color: rgb(197,20,39); }

 td.TdClassName
 {
   border-color: #c51427;
 }
 .TagClassName
 {
   border-color: #c51427;
 }
</style>