Html Css Color HEX #C02228 Fire Engine Red

📋 copy color: '#C02228'

red 192 ◦ green 34 ◦ blue 40

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

Shades of Fire Engine Red #C02228

Tints of Fire Engine Red #C02228

RGB

 RED value IS 192 (75.39% from 255) = 72.18%

 GREEN value IS 34 (13.67% from 255) = 12.78%

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 72.18%
G = 12.78%
B = 15.04%

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

#C02228 (or 0xC02228) is known color: Fire Engine Red. HEX triplet: C0, 22 and 28. RGB value is (192,34,40). Sum of RGB (Red+Green+Blue) = 192+34+40=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C02228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02228 is #3FDDD7. Grayscale: #525252. Windows color (decimal): -4185560 or 2630336. OLE color: 2630336.

HSL color Cylindrical-coordinate representation of color #C02228: hue angle of 357.72º 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 #C02228 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 34 40 -
CMYK 0 0.82 0.79 0.25
HSL 357.72º 0.7% 0.44% -
HSV(B) 357.72º 0.82% 0.75% -
XYZ 22.69 12.5 3.22 -
YUV 81.93 104.35 206.51 -
System Red Green Blue C M Y K H S L
Decimal 192 34 40 0 0.82 0.79 0.25 357.72 0.7 0.44
Hex C0 22 28 0 52 4F 19 166 46 2C
Octal 300 42 50 0 122 117 31 546 106 54
Binary 11000000 100010 101000 0 1010010 1001111 11001 101100110 1000110 101100

Color Harmonies of #C02228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02228

Black with #C02228

Text Example


Text Example

White with #C02228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02228; }

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

 H1.HeaderClassName
 {
   color: #C02228;
 }
 .AnyTagClassName
 {
   color: #C02228;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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