#C21122

Color #C21122 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #C21122

Tints of Fire Engine Red #C21122

Color information

#C21122 (or 0xC21122) is unknown color: approx Fire Engine Red. HEX triplet: C2, 11 and 22. RGB value is (194,17,34). Sum of RGB (Red+Green+Blue) = 194+17+34=245 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.18% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 194 - color contains mainly: red. Hex color #C21122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21122 is #3DEEDD. Grayscale: #474747. Windows color (decimal): -4058846 or 2232770. OLE color: 2232770.

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

Color convert

RGB1941734-
CMYK00.910.820.24
HSL354.24º83.89%41.37%-
HSV(B)354.24º91.24%76.08%-
XYZ22.7411.992.63-
YUV71.86106.64215.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 79.18%
GREEN value IS 17 (7.03% from 255) = 6.94%
BLUE value IS 34 (13.67% from 255) = 13.88%
R=79.18%
G=6.94%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194173400.910.820.24354.2483.8941.37
HexC2112205B52181625429
Octal302214201331223054212451
Binary1100001010001100010010110111010010110001011000101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21122; }

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

 H1.HeaderClassName
 {
   color: #C21122;
 }
 .AnyTagClassName
 {
   color: #C21122;
 }
</style>
background-color css

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

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

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

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

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

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