Html Css Color HEX #D21120 Fire Engine Red

📋 copy color: '#D21120'

red 210 ◦ green 17 ◦ blue 32

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

Shades of Fire Engine Red #D21120

Tints of Fire Engine Red #D21120

RGB

 RED value IS 210 (82.42% from 255) = 81.08%

 GREEN value IS 17 (7.03% from 255) = 6.56%

 BLUE value IS 32 (12.89% from 255) = 12.36%

R = 81.08%
G = 6.56%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D21120 (or 0xD21120) is known color: Fire Engine Red. HEX triplet: D2, 11 and 20. RGB value is (210,17,32). Sum of RGB (Red+Green+Blue) = 210+17+32=259 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.08% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 210 - color contains mainly: red. Hex color #D21120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21120 is #2DEEDF. Grayscale: #4C4C4C. Windows color (decimal): -3010272 or 2101714. OLE color: 2101714.

HSL color Cylindrical-coordinate representation of color #D21120: hue angle of 355.34º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21120 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 17 32 -
CMYK 0 0.92 0.85 0.18
HSL 355.34º 0.85% 0.45% -
HSV(B) 355.34º 0.92% 0.82% -
XYZ 27.04 14.21 2.68 -
YUV 76.42 102.94 223.28 -
System Red Green Blue C M Y K H S L
Decimal 210 17 32 0 0.92 0.85 0.18 355.34 0.85 0.45
Hex D2 11 20 0 5C 55 12 163 55 2D
Octal 322 21 40 0 134 125 22 543 125 55
Binary 11010010 10001 100000 0 1011100 1010101 10010 101100011 1010101 101101

Color Harmonies of #D21120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21120

Black with #D21120

Text Example


Text Example

White with #D21120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21120; }

 p { color: rgb(210,17,32); }

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

background-color css

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

 a { background-color: rgb(210,17,32); }

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

border-color css

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

 span { border-color: rgb(210,17,32); }

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