Html Css Color HEX #D10E1D Fire Engine Red

📋 copy color: '#D10E1D'

red 209 ◦ green 14 ◦ blue 29

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

Shades of Fire Engine Red #D10E1D

Tints of Fire Engine Red #D10E1D

RGB

 RED value IS 209 (82.03% from 255) = 82.94%

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

 BLUE value IS 29 (11.72% from 255) = 11.51%

R = 82.94%
G = 5.56%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D10E1D (or 0xD10E1D) is known color: Fire Engine Red. HEX triplet: D1, 0E and 1D. RGB value is (209,14,29). Sum of RGB (Red+Green+Blue) = 209+14+29=252 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.94% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10E1D is #2EF1E2. Grayscale: #4A4A4A. Windows color (decimal): -3076579 or 1904337. OLE color: 1904337.

HSL color Cylindrical-coordinate representation of color #D10E1D: hue angle of 355.38º degrees, saturation: 0.87, 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 #D10E1D is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 14 29 -
CMYK 0 0.93 0.86 0.18
HSL 355.38º 0.87% 0.44% -
HSV(B) 355.38º 0.93% 0.82% -
XYZ 26.67 13.96 2.45 -
YUV 74.02 102.6 224.28 -
System Red Green Blue C M Y K H S L
Decimal 209 14 29 0 0.93 0.86 0.18 355.38 0.87 0.44
Hex D1 E 1D 0 5D 56 12 163 57 2C
Octal 321 16 35 0 135 126 22 543 127 54
Binary 11010001 1110 11101 0 1011101 1010110 10010 101100011 1010111 101100

Color Harmonies of #D10E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10E1D

Black with #D10E1D

Text Example


Text Example

White with #D10E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10E1D; }

 p { color: rgb(209,14,29); }

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

background-color css

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

 a { background-color: rgb(209,14,29); }

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

border-color css

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

 span { border-color: rgb(209,14,29); }

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