Html Css Color HEX #C22029 Fire Engine Red

📋 copy color: '#C22029'

red 194 ◦ green 32 ◦ blue 41

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

Shades of Fire Engine Red #C22029

Tints of Fire Engine Red #C22029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.36%

R = 72.66%
G = 11.99%
B = 15.36%

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

#C22029 (or 0xC22029) is known color: Fire Engine Red. HEX triplet: C2, 20 and 29. RGB value is (194,32,41). Sum of RGB (Red+Green+Blue) = 194+32+41=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C22029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22029 is #3DDFD6. Grayscale: #515151. Windows color (decimal): -4054999 or 2695362. OLE color: 2695362.

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

Color convert

RGB 194 32 41 -
CMYK 0 0.84 0.79 0.24
HSL 356.67º 0.72% 0.44% -
HSV(B) 356.67º 0.84% 0.76% -
XYZ 23.16 12.66 3.32 -
YUV 81.46 105.17 208.27 -
System Red Green Blue C M Y K H S L
Decimal 194 32 41 0 0.84 0.79 0.24 356.67 0.72 0.44
Hex C2 20 29 0 54 4F 18 165 48 2C
Octal 302 40 51 0 124 117 30 545 110 54
Binary 11000010 100000 101001 0 1010100 1001111 11000 101100101 1001000 101100

Color Harmonies of #C22029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22029

Black with #C22029

Text Example


Text Example

White with #C22029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22029; }

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

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

background-color css

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

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

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

border-color css

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

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

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