Html Css Color HEX #C22024 Fire Engine Red

📋 copy color: '#C22024'

red 194 ◦ green 32 ◦ blue 36

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

Shades of Fire Engine Red #C22024

Tints of Fire Engine Red #C22024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.74%

R = 74.05%
G = 12.21%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C22024 (or 0xC22024) is known color: Fire Engine Red. HEX triplet: C2, 20 and 24. RGB value is (194,32,36). Sum of RGB (Red+Green+Blue) = 194+32+36=262 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.05% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 194 - color contains mainly: red. Hex color #C22024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22024 is #3DDFDB. Grayscale: #515151. Windows color (decimal): -4055004 or 2367682. OLE color: 2367682.

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

Color convert

RGB 194 32 36 -
CMYK 0 0.84 0.81 0.24
HSL 358.52º 0.72% 0.44% -
HSV(B) 358.52º 0.84% 0.76% -
XYZ 23.08 12.63 2.89 -
YUV 80.89 102.67 208.67 -
System Red Green Blue C M Y K H S L
Decimal 194 32 36 0 0.84 0.81 0.24 358.52 0.72 0.44
Hex C2 20 24 0 54 51 18 167 48 2C
Octal 302 40 44 0 124 121 30 547 110 54
Binary 11000010 100000 100100 0 1010100 1010001 11000 101100111 1001000 101100

Color Harmonies of #C22024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22024

Black with #C22024

Text Example


Text Example

White with #C22024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22024; }

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

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

background-color css

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

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

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

border-color css

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

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

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