Html Css Color HEX #C22129 Fire Engine Red

📋 copy color: '#C22129'

red 194 ◦ green 33 ◦ blue 41

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

Shades of Fire Engine Red #C22129

Tints of Fire Engine Red #C22129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.31%

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

R = 72.39%
G = 12.31%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C22129 (or 0xC22129) is known color: Fire Engine Red. HEX triplet: C2, 21 and 29. RGB value is (194,33,41). Sum of RGB (Red+Green+Blue) = 194+33+41=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C22129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22129 is #3DDED6. Grayscale: #525252. Windows color (decimal): -4054743 or 2695618. OLE color: 2695618.

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

Color convert

RGB 194 33 41 -
CMYK 0 0.83 0.79 0.24
HSL 357.02º 0.71% 0.45% -
HSV(B) 357.02º 0.83% 0.76% -
XYZ 23.19 12.72 3.33 -
YUV 82.05 104.84 207.85 -
System Red Green Blue C M Y K H S L
Decimal 194 33 41 0 0.83 0.79 0.24 357.02 0.71 0.45
Hex C2 21 29 0 53 4F 18 165 47 2D
Octal 302 41 51 0 123 117 30 545 107 55
Binary 11000010 100001 101001 0 1010011 1001111 11000 101100101 1000111 101101

Color Harmonies of #C22129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22129

Black with #C22129

Text Example


Text Example

White with #C22129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22129; }

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

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

background-color css

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

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

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

border-color css

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

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

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