Html Css Color HEX #D10D1F Fire Engine Red

📋 copy color: '#D10D1F'

red 209 ◦ green 13 ◦ blue 31

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

Shades of Fire Engine Red #D10D1F

Tints of Fire Engine Red #D10D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.25%

R = 82.61%
G = 5.14%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D10D1F (or 0xD10D1F) is known color: Fire Engine Red. HEX triplet: D1, 0D and 1F. RGB value is (209,13,31). Sum of RGB (Red+Green+Blue) = 209+13+31=253 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.61% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10D1F is #2EF2E0. Grayscale: #494949. Windows color (decimal): -3076833 or 2035153. OLE color: 2035153.

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

Color convert

RGB 209 13 31 -
CMYK 0 0.94 0.85 0.18
HSL 354.49º 0.88% 0.44% -
HSV(B) 354.49º 0.94% 0.82% -
XYZ 26.69 13.94 2.58 -
YUV 73.66 103.93 224.54 -
System Red Green Blue C M Y K H S L
Decimal 209 13 31 0 0.94 0.85 0.18 354.49 0.88 0.44
Hex D1 D 1F 0 5E 55 12 162 58 2C
Octal 321 15 37 0 136 125 22 542 130 54
Binary 11010001 1101 11111 0 1011110 1010101 10010 101100010 1011000 101100

Color Harmonies of #D10D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10D1F

Black with #D10D1F

Text Example


Text Example

White with #D10D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10D1F; }

 p { color: rgb(209,13,31); }

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

background-color css

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

 a { background-color: rgb(209,13,31); }

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

border-color css

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

 span { border-color: rgb(209,13,31); }

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