Html Css Color HEX #C22429 Fire Engine Red

📋 copy color: '#C22429'

red 194 ◦ green 36 ◦ blue 41

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

Shades of Fire Engine Red #C22429

Tints of Fire Engine Red #C22429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.28%

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

R = 71.59%
G = 13.28%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C22429 (or 0xC22429) is known color: Fire Engine Red. HEX triplet: C2, 24 and 29. RGB value is (194,36,41). Sum of RGB (Red+Green+Blue) = 194+36+41=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C22429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22429 is #3DDBD6. Grayscale: #535353. Windows color (decimal): -4053975 or 2696386. OLE color: 2696386.

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

Color convert

RGB 194 36 41 -
CMYK 0 0.81 0.79 0.24
HSL 358.1º 0.69% 0.45% -
HSV(B) 358.1º 0.81% 0.76% -
XYZ 23.28 12.89 3.36 -
YUV 83.81 103.85 206.59 -
System Red Green Blue C M Y K H S L
Decimal 194 36 41 0 0.81 0.79 0.24 358.1 0.69 0.45
Hex C2 24 29 0 51 4F 18 166 45 2D
Octal 302 44 51 0 121 117 30 546 105 55
Binary 11000010 100100 101001 0 1010001 1001111 11000 101100110 1000101 101101

Color Harmonies of #C22429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22429

Black with #C22429

Text Example


Text Example

White with #C22429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22429; }

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

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

background-color css

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

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

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

border-color css

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

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

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