Html Css Color HEX #D10B1F Fire Engine Red

📋 copy color: '#D10B1F'

red 209 ◦ green 11 ◦ blue 31

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

Shades of Fire Engine Red #D10B1F

Tints of Fire Engine Red #D10B1F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.38%

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

R = 83.27%
G = 4.38%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D10B1F (or 0xD10B1F) is known color: Fire Engine Red. HEX triplet: D1, 0B and 1F. RGB value is (209,11,31). Sum of RGB (Red+Green+Blue) = 209+11+31=251 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.27% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 209 - color contains mainly: red. Hex color #D10B1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10B1F is #2EF4E0. Grayscale: #484848. Windows color (decimal): -3077345 or 2034641. OLE color: 2034641.

HSL color Cylindrical-coordinate representation of color #D10B1F: hue angle of 353.94º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10B1F is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 11 31 -
CMYK 0 0.95 0.85 0.18
HSL 353.94º 0.9% 0.43% -
HSV(B) 353.94º 0.95% 0.82% -
XYZ 26.66 13.89 2.57 -
YUV 72.48 104.6 225.37 -
System Red Green Blue C M Y K H S L
Decimal 209 11 31 0 0.95 0.85 0.18 353.94 0.9 0.43
Hex D1 B 1F 0 5F 55 12 162 5A 2B
Octal 321 13 37 0 137 125 22 542 132 53
Binary 11010001 1011 11111 0 1011111 1010101 10010 101100010 1011010 101011

Color Harmonies of #D10B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10B1F

Black with #D10B1F

Text Example


Text Example

White with #D10B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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