Html Css Color HEX #D20C2D Fire Engine Red

📋 copy color: '#D20C2D'

red 210 ◦ green 12 ◦ blue 45

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

Shades of Fire Engine Red #D20C2D

Tints of Fire Engine Red #D20C2D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.49%

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

R = 78.65%
G = 4.49%
B = 16.85%

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

#D20C2D (or 0xD20C2D) is known color: Fire Engine Red. HEX triplet: D2, 0C and 2D. RGB value is (210,12,45). Sum of RGB (Red+Green+Blue) = 210+12+45=267 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.65% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20C2D is #2DF3D2. Grayscale: #4B4B4B. Windows color (decimal): -3011539 or 2952402. OLE color: 2952402.

HSL color Cylindrical-coordinate representation of color #D20C2D: hue angle of 350º degrees, saturation: 0.89, 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 #D20C2D is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 12 45 -
CMYK 0 0.94 0.79 0.18
HSL 350º 0.89% 0.44% -
HSV(B) 350º 0.94% 0.82% -
XYZ 27.18 14.15 3.78 -
YUV 74.96 111.1 224.32 -
System Red Green Blue C M Y K H S L
Decimal 210 12 45 0 0.94 0.79 0.18 350 0.89 0.44
Hex D2 C 2D 0 5E 4F 12 15E 59 2C
Octal 322 14 55 0 136 117 22 536 131 54
Binary 11010010 1100 101101 0 1011110 1001111 10010 101011110 1011001 101100

Color Harmonies of #D20C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C2D

Black with #D20C2D

Text Example


Text Example

White with #D20C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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