Html Css Color HEX #C22225 Fire Engine Red

📋 copy color: '#C22225'

red 194 ◦ green 34 ◦ blue 37

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

Shades of Fire Engine Red #C22225

Tints of Fire Engine Red #C22225

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.83%

 BLUE value IS 37 (14.84% from 255) = 13.96%

R = 73.21%
G = 12.83%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C22225 (or 0xC22225) is known color: Fire Engine Red. HEX triplet: C2, 22 and 25. RGB value is (194,34,37). Sum of RGB (Red+Green+Blue) = 194+34+37=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C22225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22225 is #3DDDDA. Grayscale: #525252. Windows color (decimal): -4054491 or 2433730. OLE color: 2433730.

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

Color convert

RGB 194 34 37 -
CMYK 0 0.82 0.81 0.24
HSL 358.88º 0.7% 0.45% -
HSV(B) 358.88º 0.82% 0.76% -
XYZ 23.15 12.75 2.99 -
YUV 82.18 102.51 207.76 -
System Red Green Blue C M Y K H S L
Decimal 194 34 37 0 0.82 0.81 0.24 358.88 0.7 0.45
Hex C2 22 25 0 52 51 18 167 46 2D
Octal 302 42 45 0 122 121 30 547 106 55
Binary 11000010 100010 100101 0 1010010 1010001 11000 101100111 1000110 101101

Color Harmonies of #C22225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22225

Black with #C22225

Text Example


Text Example

White with #C22225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22225; }

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

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

background-color css

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

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

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

border-color css

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

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

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