#C02324

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

Shades of Fire Engine Red #C02324

Tints of Fire Engine Red #C02324

Color information

#C02324 (or 0xC02324) is unknown color: approx Fire Engine Red. HEX triplet: C0, 23 and 24. RGB value is (192,35,36). Sum of RGB (Red+Green+Blue) = 192+35+36=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C02324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02324 is #3FDCDB. Grayscale: #525252. Windows color (decimal): -4185308 or 2368448. OLE color: 2368448.

HSL color Cylindrical-coordinate representation of color #C02324: hue angle of 359.62º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02324 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB1923536-
CMYK00.820.810.25
HSL359.62º69.16%44.51%-
HSV(B)359.62º81.77%75.29%-
XYZ22.6612.542.89-
YUV82.06102.01206.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 73.00%
GREEN value IS 35 (14.06% from 255) = 13.31%
BLUE value IS 36 (14.45% from 255) = 13.69%
R=73.00%
G=13.31%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192353600.820.810.25359.6269.1644.51
HexC023240525119168452d
Octal300434401221213155010555
Binary11000000100011100100010100101010001110011011010001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02324; }

 p { color: rgb(192,35,36); }

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

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

 a { background-color: rgb(192,35,36); }

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

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

 span { border-color: rgb(192,35,36); }

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