Html Css Color HEX #D21420 Fire Engine Red

📋 copy color: '#D21420'

red 210 ◦ green 20 ◦ blue 32

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

Shades of Fire Engine Red #D21420

Tints of Fire Engine Red #D21420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.63%

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

R = 80.15%
G = 7.63%
B = 12.21%

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

#D21420 (or 0xD21420) is known color: Fire Engine Red. HEX triplet: D2, 14 and 20. RGB value is (210,20,32). Sum of RGB (Red+Green+Blue) = 210+20+32=262 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.15% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 210 - color contains mainly: red. Hex color #D21420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21420 is #2DEBDF. Grayscale: #4E4E4E. Windows color (decimal): -3009504 or 2102482. OLE color: 2102482.

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

Color convert

RGB 210 20 32 -
CMYK 0 0.90 0.85 0.18
HSL 356.21º 0.83% 0.45% -
HSV(B) 356.21º 0.9% 0.82% -
XYZ 27.09 14.31 2.7 -
YUV 78.18 101.95 222.02 -
System Red Green Blue C M Y K H S L
Decimal 210 20 32 0 0.90 0.85 0.18 356.21 0.83 0.45
Hex D2 14 20 0 5A 55 12 164 53 2D
Octal 322 24 40 0 132 125 22 544 123 55
Binary 11010010 10100 100000 0 1011010 1010101 10010 101100100 1010011 101101

Color Harmonies of #D21420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21420

Black with #D21420

Text Example


Text Example

White with #D21420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21420; }

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

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

background-color css

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

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

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

border-color css

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

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

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