Html Css Color HEX #C02226 Fire Engine Red

📋 copy color: '#C02226'

red 192 ◦ green 34 ◦ blue 38

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

Shades of Fire Engine Red #C02226

Tints of Fire Engine Red #C02226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.39%

R = 72.73%
G = 12.88%
B = 14.39%

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

#C02226 (or 0xC02226) is known color: Fire Engine Red. HEX triplet: C0, 22 and 26. RGB value is (192,34,38). Sum of RGB (Red+Green+Blue) = 192+34+38=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C02226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02226 is #3FDDD9. Grayscale: #515151. Windows color (decimal): -4185562 or 2499264. OLE color: 2499264.

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

Color convert

RGB 192 34 38 -
CMYK 0 0.82 0.80 0.25
HSL 358.48º 0.7% 0.44% -
HSV(B) 358.48º 0.82% 0.75% -
XYZ 22.66 12.49 3.05 -
YUV 81.7 103.35 206.67 -
System Red Green Blue C M Y K H S L
Decimal 192 34 38 0 0.82 0.80 0.25 358.48 0.7 0.44
Hex C0 22 26 0 52 50 19 166 46 2C
Octal 300 42 46 0 122 120 31 546 106 54
Binary 11000000 100010 100110 0 1010010 1010000 11001 101100110 1000110 101100

Color Harmonies of #C02226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02226

Black with #C02226

Text Example


Text Example

White with #C02226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02226; }

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

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

background-color css

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

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

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

border-color css

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

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

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