Html Css Color HEX #D21921 Fire Engine Red

📋 copy color: '#D21921'

red 210 ◦ green 25 ◦ blue 33

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

Shades of Fire Engine Red #D21921

Tints of Fire Engine Red #D21921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.31%

R = 78.36%
G = 9.33%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D21921 (or 0xD21921) is known color: Fire Engine Red. HEX triplet: D2, 19 and 21. RGB value is (210,25,33). Sum of RGB (Red+Green+Blue) = 210+25+33=268 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.36% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 210 - color contains mainly: red. Hex color #D21921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21921 is #2DE6DE. Grayscale: #515151. Windows color (decimal): -3008223 or 2169298. OLE color: 2169298.

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

Color convert

RGB 210 25 33 -
CMYK 0 0.88 0.84 0.18
HSL 357.41º 0.79% 0.46% -
HSV(B) 357.41º 0.88% 0.82% -
XYZ 27.2 14.51 2.81 -
YUV 81.23 100.79 219.85 -
System Red Green Blue C M Y K H S L
Decimal 210 25 33 0 0.88 0.84 0.18 357.41 0.79 0.46
Hex D2 19 21 0 58 54 12 165 4F 2E
Octal 322 31 41 0 130 124 22 545 117 56
Binary 11010010 11001 100001 0 1011000 1010100 10010 101100101 1001111 101110

Color Harmonies of #D21921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21921

Black with #D21921

Text Example


Text Example

White with #D21921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21921; }

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

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

background-color css

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

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

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

border-color css

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

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

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