Html Css Color HEX #C22022 Fire Engine Red

📋 copy color: '#C22022'

red 194 ◦ green 32 ◦ blue 34

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

Shades of Fire Engine Red #C22022

Tints of Fire Engine Red #C22022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.08%

R = 74.62%
G = 12.31%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C22022 (or 0xC22022) is known color: Fire Engine Red. HEX triplet: C2, 20 and 22. RGB value is (194,32,34). Sum of RGB (Red+Green+Blue) = 194+32+34=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C22022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22022 is #3DDFDD. Grayscale: #505050. Windows color (decimal): -4055006 or 2236610. OLE color: 2236610.

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

Color convert

RGB 194 32 34 -
CMYK 0 0.84 0.82 0.24
HSL 359.26º 0.72% 0.44% -
HSV(B) 359.26º 0.84% 0.76% -
XYZ 23.05 12.62 2.73 -
YUV 80.67 101.67 208.84 -
System Red Green Blue C M Y K H S L
Decimal 194 32 34 0 0.84 0.82 0.24 359.26 0.72 0.44
Hex C2 20 22 0 54 52 18 167 48 2C
Octal 302 40 42 0 124 122 30 547 110 54
Binary 11000010 100000 100010 0 1010100 1010010 11000 101100111 1001000 101100

Color Harmonies of #C22022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22022

Black with #C22022

Text Example


Text Example

White with #C22022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22022; }

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

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

background-color css

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

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

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

border-color css

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

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

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