Html Css Color HEX #D21920 Fire Engine Red

📋 copy color: '#D21920'

red 210 ◦ green 25 ◦ blue 32

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

Shades of Fire Engine Red #D21920

Tints of Fire Engine Red #D21920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.36%

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

R = 78.65%
G = 9.36%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D21920 (or 0xD21920) is known color: Fire Engine Red. HEX triplet: D2, 19 and 20. RGB value is (210,25,32). Sum of RGB (Red+Green+Blue) = 210+25+32=267 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.65% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 210 - color contains mainly: red. Hex color #D21920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21920 is #2DE6DF. Grayscale: #515151. Windows color (decimal): -3008224 or 2103762. OLE color: 2103762.

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

Color convert

RGB 210 25 32 -
CMYK 0 0.88 0.85 0.18
HSL 357.73º 0.79% 0.46% -
HSV(B) 357.73º 0.88% 0.82% -
XYZ 27.19 14.5 2.73 -
YUV 81.11 100.29 219.93 -
System Red Green Blue C M Y K H S L
Decimal 210 25 32 0 0.88 0.85 0.18 357.73 0.79 0.46
Hex D2 19 20 0 58 55 12 166 4F 2E
Octal 322 31 40 0 130 125 22 546 117 56
Binary 11010010 11001 100000 0 1011000 1010101 10010 101100110 1001111 101110

Color Harmonies of #D21920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21920

Black with #D21920

Text Example


Text Example

White with #D21920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21920; }

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

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

background-color css

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

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

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

border-color css

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

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

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