Html Css Color HEX #C02229 Fire Engine Red

📋 copy color: '#C02229'

red 192 ◦ green 34 ◦ blue 41

#C02229
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #C02229

Tints of Fire Engine Red #C02229

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 value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C02229 (or 0xC02229) is known color: 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

RGB 192 34 41 -
CMYK 0 0.82 0.79 0.25
HSL 357.34º 0.7% 0.44% -
HSV(B) 357.34º 0.82% 0.75% -
XYZ 22.71 12.51 3.32 -
YUV 82.04 104.85 206.43 -
System Red Green Blue C M Y K H S L
Decimal 192 34 41 0 0.82 0.79 0.25 357.34 0.7 0.44
Hex C0 22 29 0 52 4F 19 165 46 2C
Octal 300 42 51 0 122 117 31 545 106 54
Binary 11000000 100010 101001 0 1010010 1001111 11001 101100101 1000110 101100

Color Harmonies of #C02229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02229

Black with #C02229

Text Example


Text Example

White with #C02229

Text Example


Text Example

HTML Codes & Css Web 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>