Html Css Color HEX #D21620 Fire Engine Red

📋 copy color: '#D21620'

red 210 ◦ green 22 ◦ blue 32

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

Shades of Fire Engine Red #D21620

Tints of Fire Engine Red #D21620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.33%

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

R = 79.55%
G = 8.33%
B = 12.12%

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

#D21620 (or 0xD21620) is known color: Fire Engine Red. HEX triplet: D2, 16 and 20. RGB value is (210,22,32). Sum of RGB (Red+Green+Blue) = 210+22+32=264 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.55% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 210 - color contains mainly: red. Hex color #D21620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21620 is #2DE9DF. Grayscale: #4F4F4F. Windows color (decimal): -3008992 or 2102994. OLE color: 2102994.

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

Color convert

RGB 210 22 32 -
CMYK 0 0.90 0.85 0.18
HSL 356.81º 0.81% 0.45% -
HSV(B) 356.81º 0.9% 0.82% -
XYZ 27.13 14.38 2.71 -
YUV 79.35 101.28 221.19 -
System Red Green Blue C M Y K H S L
Decimal 210 22 32 0 0.90 0.85 0.18 356.81 0.81 0.45
Hex D2 16 20 0 5A 55 12 165 51 2D
Octal 322 26 40 0 132 125 22 545 121 55
Binary 11010010 10110 100000 0 1011010 1010101 10010 101100101 1010001 101101

Color Harmonies of #D21620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21620

Black with #D21620

Text Example


Text Example

White with #D21620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21620; }

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

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

background-color css

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

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

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

border-color css

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

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

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