Html Css Color HEX #D21020 Fire Engine Red

📋 copy color: '#D21020'

red 210 ◦ green 16 ◦ blue 32

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

Shades of Fire Engine Red #D21020

Tints of Fire Engine Red #D21020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.2%

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

R = 81.4%
G = 6.2%
B = 12.4%

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

#D21020 (or 0xD21020) is known color: Fire Engine Red. HEX triplet: D2, 10 and 20. RGB value is (210,16,32). Sum of RGB (Red+Green+Blue) = 210+16+32=258 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.40% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 210 - color contains mainly: red. Hex color #D21020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21020 is #2DEFDF. Grayscale: #4B4B4B. Windows color (decimal): -3010528 or 2101458. OLE color: 2101458.

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

Color convert

RGB 210 16 32 -
CMYK 0 0.92 0.85 0.18
HSL 355.05º 0.86% 0.44% -
HSV(B) 355.05º 0.92% 0.82% -
XYZ 27.02 14.18 2.68 -
YUV 75.83 103.27 223.7 -
System Red Green Blue C M Y K H S L
Decimal 210 16 32 0 0.92 0.85 0.18 355.05 0.86 0.44
Hex D2 10 20 0 5C 55 12 163 56 2C
Octal 322 20 40 0 134 125 22 543 126 54
Binary 11010010 10000 100000 0 1011100 1010101 10010 101100011 1010110 101100

Color Harmonies of #D21020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21020

Black with #D21020

Text Example


Text Example

White with #D21020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21020; }

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

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

background-color css

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

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

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

border-color css

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

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

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