Html Css Color HEX #D21924 Fire Engine Red

📋 copy color: '#D21924'

red 210 ◦ green 25 ◦ blue 36

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

Shades of Fire Engine Red #D21924

Tints of Fire Engine Red #D21924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.28%

R = 77.49%
G = 9.23%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D21924 (or 0xD21924) is known color: Fire Engine Red. HEX triplet: D2, 19 and 24. RGB value is (210,25,36). Sum of RGB (Red+Green+Blue) = 210+25+36=271 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.49% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 210 - color contains mainly: red. Hex color #D21924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21924 is #2DE6DB. Grayscale: #515151. Windows color (decimal): -3008220 or 2365906. OLE color: 2365906.

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

Color convert

RGB 210 25 36 -
CMYK 0 0.88 0.83 0.18
HSL 356.43º 0.79% 0.46% -
HSV(B) 356.43º 0.88% 0.82% -
XYZ 27.24 14.52 3.04 -
YUV 81.57 102.29 219.61 -
System Red Green Blue C M Y K H S L
Decimal 210 25 36 0 0.88 0.83 0.18 356.43 0.79 0.46
Hex D2 19 24 0 58 53 12 164 4F 2E
Octal 322 31 44 0 130 123 22 544 117 56
Binary 11010010 11001 100100 0 1011000 1010011 10010 101100100 1001111 101110

Color Harmonies of #D21924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21924

Black with #D21924

Text Example


Text Example

White with #D21924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21924; }

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

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

background-color css

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

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

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

border-color css

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

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

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