#d21b21

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

Shades of Fire Engine Red #D21B21

Tints of Fire Engine Red #D21B21

Color information

#D21B21 (or 0xD21B21) is unknown color: approx Fire Engine Red. HEX triplet: D2, 1B and 21. RGB value is (210,27,33). Sum of RGB (Red+Green+Blue) = 210+27+33=270 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.78% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21B21 is #2DE4DE. Grayscale: #525252. Windows color (decimal): -3007711 or 2169810. OLE color: 2169810.

HSL color Cylindrical-coordinate representation of color #D21B21: hue angle of 358.03º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21B21 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB2102733-
CMYK00.870.840.18
HSL358.03º77.22%46.47%-
HSV(B)358.03º87.14%82.35%-
XYZ27.2414.62.82-
YUV82.4100.13219.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 77.78%
GREEN value IS 27 (10.94% from 255) = 10%
BLUE value IS 33 (13.28% from 255) = 12.22%
R=77.78%
G=10%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210273300.870.840.18358.0377.2246.47
HexD21B2105754121664d2e
Octal322334101271242254611556
Binary1101001011011100001010101111010100100101011001101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d21b21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d21b21; }

 p { color: rgb(210,27,33); }

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

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

 a { background-color: rgb(210,27,33); }

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

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

 span { border-color: rgb(210,27,33); }

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