Html Css Color HEX #D21B20 Fire Engine Red

📋 copy color: '#D21B20'

red 210 ◦ green 27 ◦ blue 32

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

Shades of Fire Engine Red #D21B20

Tints of Fire Engine Red #D21B20

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.04%

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

R = 78.07%
G = 10.04%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D21B20 (or 0xD21B20) is known color: Fire Engine Red. HEX triplet: D2, 1B and 20. RGB value is (210,27,32). Sum of RGB (Red+Green+Blue) = 210+27+32=269 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.07% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21B20 is #2DE4DF. Grayscale: #525252. Windows color (decimal): -3007712 or 2104274. OLE color: 2104274.

HSL color Cylindrical-coordinate representation of color #D21B20: hue angle of 358.36º 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 #D21B20 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 27 32 -
CMYK 0 0.87 0.85 0.18
HSL 358.36º 0.77% 0.46% -
HSV(B) 358.36º 0.87% 0.82% -
XYZ 27.23 14.59 2.75 -
YUV 82.29 99.63 219.09 -
System Red Green Blue C M Y K H S L
Decimal 210 27 32 0 0.87 0.85 0.18 358.36 0.77 0.46
Hex D2 1B 20 0 57 55 12 166 4D 2E
Octal 322 33 40 0 127 125 22 546 115 56
Binary 11010010 11011 100000 0 1010111 1010101 10010 101100110 1001101 101110

Color Harmonies of #D21B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21B20

Black with #D21B20

Text Example


Text Example

White with #D21B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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