#C02229

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

Shades of Fire Engine Red #C02229

Tints of Fire Engine Red #C02229

Color information

#C02229 (or 0xC02229) is unknown color: approx Fire Engine Red. HEX triplet: C0, 22 and 29. RGB value is (192,34,41). Sum of RGB (Red+Green+Blue) = 192+34+41=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C02229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02229 is #3FDDD6. Grayscale: #525252. Windows color (decimal): -4185559 or 2695872. OLE color: 2695872.

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

Color convert

RGB1923441-
CMYK00.820.790.25
HSL357.34º69.91%44.31%-
HSV(B)357.34º82.29%75.29%-
XYZ22.7112.513.32-
YUV82.04104.85206.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 71.91%
GREEN value IS 34 (13.67% from 255) = 12.73%
BLUE value IS 41 (16.41% from 255) = 15.36%
R=71.91%
G=12.73%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192344100.820.790.25357.3469.9144.31
HexC022290524F19165462c
Octal300425101221173154510654
Binary11000000100010101001010100101001111110011011001011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02229; }

 p { color: rgb(192,34,41); }

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

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

 a { background-color: rgb(192,34,41); }

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

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

 span { border-color: rgb(192,34,41); }

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