Html Css Color HEX #C22028 Fire Engine Red

📋 copy color: '#C22028'

red 194 ◦ green 32 ◦ blue 40

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

Shades of Fire Engine Red #C22028

Tints of Fire Engine Red #C22028

RGB

 RED value IS 194 (76.17% from 255) = 72.93%

 GREEN value IS 32 (12.89% from 255) = 12.03%

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

R = 72.93%
G = 12.03%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C22028 (or 0xC22028) is known color: Fire Engine Red. HEX triplet: C2, 20 and 28. RGB value is (194,32,40). Sum of RGB (Red+Green+Blue) = 194+32+40=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C22028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22028 is #3DDFD7. Grayscale: #515151. Windows color (decimal): -4055000 or 2629826. OLE color: 2629826.

HSL color Cylindrical-coordinate representation of color #C22028: hue angle of 357.04º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C22028 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 32 40 -
CMYK 0 0.84 0.79 0.24
HSL 357.04º 0.72% 0.44% -
HSV(B) 357.04º 0.84% 0.76% -
XYZ 23.15 12.66 3.23 -
YUV 81.35 104.67 208.35 -
System Red Green Blue C M Y K H S L
Decimal 194 32 40 0 0.84 0.79 0.24 357.04 0.72 0.44
Hex C2 20 28 0 54 4F 18 165 48 2C
Octal 302 40 50 0 124 117 30 545 110 54
Binary 11000010 100000 101000 0 1010100 1001111 11000 101100101 1001000 101100

Color Harmonies of #C22028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22028

Black with #C22028

Text Example


Text Example

White with #C22028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22028; }

 p { color: rgb(194,32,40); }

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

background-color css

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

 a { background-color: rgb(194,32,40); }

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

border-color css

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

 span { border-color: rgb(194,32,40); }

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