Html Css Color HEX #C02227 Fire Engine Red

📋 copy color: '#C02227'

red 192 ◦ green 34 ◦ blue 39

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

Shades of Fire Engine Red #C02227

Tints of Fire Engine Red #C02227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.72%

R = 72.45%
G = 12.83%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C02227 (or 0xC02227) is known color: Fire Engine Red. HEX triplet: C0, 22 and 27. RGB value is (192,34,39). Sum of RGB (Red+Green+Blue) = 192+34+39=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C02227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02227 is #3FDDD8. Grayscale: #515151. Windows color (decimal): -4185561 or 2564800. OLE color: 2564800.

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

Color convert

RGB 192 34 39 -
CMYK 0 0.82 0.80 0.25
HSL 358.1º 0.7% 0.44% -
HSV(B) 358.1º 0.82% 0.75% -
XYZ 22.68 12.5 3.14 -
YUV 81.81 103.85 206.59 -
System Red Green Blue C M Y K H S L
Decimal 192 34 39 0 0.82 0.80 0.25 358.1 0.7 0.44
Hex C0 22 27 0 52 50 19 166 46 2C
Octal 300 42 47 0 122 120 31 546 106 54
Binary 11000000 100010 100111 0 1010010 1010000 11001 101100110 1000110 101100

Color Harmonies of #C02227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02227

Black with #C02227

Text Example


Text Example

White with #C02227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02227; }

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

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

background-color css

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

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

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

border-color css

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

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

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