#C82122

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

Shades of Fire Engine Red #C82122

Tints of Fire Engine Red #C82122

Color information

#C82122 (or 0xC82122) is unknown color: approx Fire Engine Red. HEX triplet: C8, 21 and 22. RGB value is (200,33,34). Sum of RGB (Red+Green+Blue) = 200+33+34=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C82122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82122 is #37DEDD. Grayscale: #535353. Windows color (decimal): -3661534 or 2236872. OLE color: 2236872.

HSL color Cylindrical-coordinate representation of color #C82122: hue angle of 359.64º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82122 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB2003334-
CMYK00.840.830.22
HSL359.64º71.67%45.69%-
HSV(B)359.64º83.5%78.43%-
XYZ24.6513.482.82-
YUV83.05100.33211.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 74.91%
GREEN value IS 33 (13.28% from 255) = 12.36%
BLUE value IS 34 (13.67% from 255) = 12.73%
R=74.91%
G=12.36%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200333400.840.830.22359.6471.6745.69
HexC821220545316168482e
Octal310414201241232655011056
Binary11001000100001100010010101001010011101101011010001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82122; }

 p { color: rgb(200,33,34); }

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

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

 a { background-color: rgb(200,33,34); }

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

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

 span { border-color: rgb(200,33,34); }

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