#C62324

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

Shades of Fire Engine Red #C62324

Tints of Fire Engine Red #C62324

Color information

#C62324 (or 0xC62324) is unknown color: approx Fire Engine Red. HEX triplet: C6, 23 and 24. RGB value is (198,35,36). Sum of RGB (Red+Green+Blue) = 198+35+36=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C62324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62324 is #39DCDB. Grayscale: #545454. Windows color (decimal): -3792092 or 2368454. OLE color: 2368454.

HSL color Cylindrical-coordinate representation of color #C62324: hue angle of 359.63º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62324 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB1983536-
CMYK00.820.820.22
HSL359.63º69.96%45.69%-
HSV(B)359.63º82.32%77.65%-
XYZ24.2113.342.97-
YUV83.85101209.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 73.61%
GREEN value IS 35 (14.06% from 255) = 13.01%
BLUE value IS 36 (14.45% from 255) = 13.38%
R=73.61%
G=13.01%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198353600.820.820.22359.6369.9645.69
HexC623240525216168462e
Octal306434401221222655010656
Binary11000110100011100100010100101010010101101011010001000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62324; }

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

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

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

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

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

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

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

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