#D22329

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

Shades of Fire Engine Red #D22329

Tints of Fire Engine Red #D22329

Color information

#D22329 (or 0xD22329) is unknown color: approx Fire Engine Red. HEX triplet: D2, 23 and 29. RGB value is (210,35,41). Sum of RGB (Red+Green+Blue) = 210+35+41=286 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.43% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 210 - color contains mainly: red. Hex color #D22329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22329 is #2DDCD6. Grayscale: #585858. Windows color (decimal): -3005655 or 2696146. OLE color: 2696146.

HSL color Cylindrical-coordinate representation of color #D22329: hue angle of 357.94º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D22329 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB2103541-
CMYK00.830.800.18
HSL357.94º71.43%48.04%-
HSV(B)357.94º83.33%82.35%-
XYZ27.5815.063.55-
YUV88.01101.48215.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 73.43%
GREEN value IS 35 (14.06% from 255) = 12.24%
BLUE value IS 41 (16.41% from 255) = 14.34%
R=73.43%
G=12.24%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210354100.830.800.18357.9471.4348.04
HexD2232905350121664730
Octal322435101231202254610760
Binary11010010100011101001010100111010000100101011001101000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22329; }

 p { color: rgb(210,35,41); }

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

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

 a { background-color: rgb(210,35,41); }

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

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

 span { border-color: rgb(210,35,41); }

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