Html Css Color HEX #D20E2D Fire Engine Red

📋 copy color: '#D20E2D'

red 210 ◦ green 14 ◦ blue 45

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

Shades of Fire Engine Red #D20E2D

Tints of Fire Engine Red #D20E2D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.2%

 BLUE value IS 45 (17.97% from 255) = 16.73%

R = 78.07%
G = 5.2%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D20E2D (or 0xD20E2D) is known color: Fire Engine Red. HEX triplet: D2, 0E and 2D. RGB value is (210,14,45). Sum of RGB (Red+Green+Blue) = 210+14+45=269 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.07% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20E2D is #2DF1D2. Grayscale: #4C4C4C. Windows color (decimal): -3011027 or 2952914. OLE color: 2952914.

HSL color Cylindrical-coordinate representation of color #D20E2D: hue angle of 350.51º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20E2D is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 14 45 -
CMYK 0 0.93 0.79 0.18
HSL 350.51º 0.88% 0.44% -
HSV(B) 350.51º 0.93% 0.82% -
XYZ 27.21 14.21 3.79 -
YUV 76.14 110.43 223.48 -
System Red Green Blue C M Y K H S L
Decimal 210 14 45 0 0.93 0.79 0.18 350.51 0.88 0.44
Hex D2 E 2D 0 5D 4F 12 15F 58 2C
Octal 322 16 55 0 135 117 22 537 130 54
Binary 11010010 1110 101101 0 1011101 1001111 10010 101011111 1011000 101100

Color Harmonies of #D20E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20E2D

Black with #D20E2D

Text Example


Text Example

White with #D20E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20E2D; }

 p { color: rgb(210,14,45); }

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

background-color css

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

 a { background-color: rgb(210,14,45); }

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

border-color css

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

 span { border-color: rgb(210,14,45); }

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