#C01421

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

Shades of Fire Engine Red #C01421

Tints of Fire Engine Red #C01421

Color information

#C01421 (or 0xC01421) is unknown color: approx Fire Engine Red. HEX triplet: C0, 14 and 21. RGB value is (192,20,33). Sum of RGB (Red+Green+Blue) = 192+20+33=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C01421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01421 is #3FEBDE. Grayscale: #494949. Windows color (decimal): -4189151 or 2168000. OLE color: 2168000.

HSL color Cylindrical-coordinate representation of color #C01421: hue angle of 355.47º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01421 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB1922033-
CMYK00.900.830.25
HSL355.47º81.13%41.57%-
HSV(B)355.47º89.58%75.29%-
XYZ22.2611.822.55-
YUV72.91105.48212.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 78.37%
GREEN value IS 20 (8.20% from 255) = 8.16%
BLUE value IS 33 (13.28% from 255) = 13.47%
R=78.37%
G=8.16%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192203300.900.830.25355.4781.1341.57
HexC0142105A5319163512a
Octal300244101321233154312152
Binary1100000010100100001010110101010011110011011000111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01421; }

 p { color: rgb(192,20,33); }

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

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

 a { background-color: rgb(192,20,33); }

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

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

 span { border-color: rgb(192,20,33); }

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