Html Css Color HEX #D20D2D Fire Engine Red

📋 copy color: '#D20D2D'

red 210 ◦ green 13 ◦ blue 45

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

Shades of Fire Engine Red #D20D2D

Tints of Fire Engine Red #D20D2D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.85%

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

R = 78.36%
G = 4.85%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D20D2D (or 0xD20D2D) is known color: Fire Engine Red. HEX triplet: D2, 0D and 2D. RGB value is (210,13,45). Sum of RGB (Red+Green+Blue) = 210+13+45=268 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.36% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20D2D is #2DF2D2. Grayscale: #4B4B4B. Windows color (decimal): -3011283 or 2952658. OLE color: 2952658.

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

Color convert

RGB 210 13 45 -
CMYK 0 0.94 0.79 0.18
HSL 350.25º 0.88% 0.44% -
HSV(B) 350.25º 0.94% 0.82% -
XYZ 27.2 14.18 3.79 -
YUV 75.55 110.77 223.9 -
System Red Green Blue C M Y K H S L
Decimal 210 13 45 0 0.94 0.79 0.18 350.25 0.88 0.44
Hex D2 D 2D 0 5E 4F 12 15E 58 2C
Octal 322 15 55 0 136 117 22 536 130 54
Binary 11010010 1101 101101 0 1011110 1001111 10010 101011110 1011000 101100

Color Harmonies of #D20D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20D2D

Black with #D20D2D

Text Example


Text Example

White with #D20D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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