Html Css Color HEX #D21320 Fire Engine Red

📋 copy color: '#D21320'

red 210 ◦ green 19 ◦ blue 32

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

Shades of Fire Engine Red #D21320

Tints of Fire Engine Red #D21320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.28%

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

R = 80.46%
G = 7.28%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D21320 (or 0xD21320) is known color: Fire Engine Red. HEX triplet: D2, 13 and 20. RGB value is (210,19,32). Sum of RGB (Red+Green+Blue) = 210+19+32=261 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.46% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 210 - color contains mainly: red. Hex color #D21320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21320 is #2DECDF. Grayscale: #4D4D4D. Windows color (decimal): -3009760 or 2102226. OLE color: 2102226.

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

Color convert

RGB 210 19 32 -
CMYK 0 0.91 0.85 0.18
HSL 355.92º 0.83% 0.45% -
HSV(B) 355.92º 0.91% 0.82% -
XYZ 27.07 14.27 2.69 -
YUV 77.59 102.28 222.44 -
System Red Green Blue C M Y K H S L
Decimal 210 19 32 0 0.91 0.85 0.18 355.92 0.83 0.45
Hex D2 13 20 0 5B 55 12 164 53 2D
Octal 322 23 40 0 133 125 22 544 123 55
Binary 11010010 10011 100000 0 1011011 1010101 10010 101100100 1010011 101101

Color Harmonies of #D21320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21320

Black with #D21320

Text Example


Text Example

White with #D21320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21320; }

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

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

background-color css

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

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

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

border-color css

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

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

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