Html Css Color HEX #D21520 Fire Engine Red

📋 copy color: '#D21520'

red 210 ◦ green 21 ◦ blue 32

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

Shades of Fire Engine Red #D21520

Tints of Fire Engine Red #D21520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.98%

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

R = 79.85%
G = 7.98%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D21520 (or 0xD21520) is known color: Fire Engine Red. HEX triplet: D2, 15 and 20. RGB value is (210,21,32). Sum of RGB (Red+Green+Blue) = 210+21+32=263 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.85% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 210 - color contains mainly: red. Hex color #D21520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21520 is #2DEADF. Grayscale: #4E4E4E. Windows color (decimal): -3009248 or 2102738. OLE color: 2102738.

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

Color convert

RGB 210 21 32 -
CMYK 0 0.90 0.85 0.18
HSL 356.51º 0.82% 0.45% -
HSV(B) 356.51º 0.9% 0.82% -
XYZ 27.11 14.34 2.71 -
YUV 78.77 101.62 221.61 -
System Red Green Blue C M Y K H S L
Decimal 210 21 32 0 0.90 0.85 0.18 356.51 0.82 0.45
Hex D2 15 20 0 5A 55 12 165 52 2D
Octal 322 25 40 0 132 125 22 545 122 55
Binary 11010010 10101 100000 0 1011010 1010101 10010 101100101 1010010 101101

Color Harmonies of #D21520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21520

Black with #D21520

Text Example


Text Example

White with #D21520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21520; }

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

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

background-color css

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

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

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

border-color css

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

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

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