Html Css Color HEX #D10F20 Fire Engine Red

📋 copy color: '#D10F20'

red 209 ◦ green 15 ◦ blue 32

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

Shades of Fire Engine Red #D10F20

Tints of Fire Engine Red #D10F20

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.86%

 BLUE value IS 32 (12.89% from 255) = 12.5%

R = 81.64%
G = 5.86%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D10F20 (or 0xD10F20) is known color: Fire Engine Red. HEX triplet: D1, 0F and 20. RGB value is (209,15,32). Sum of RGB (Red+Green+Blue) = 209+15+32=256 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.64% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10F20 is #2EF0DF. Grayscale: #4B4B4B. Windows color (decimal): -3076320 or 2101201. OLE color: 2101201.

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

Color convert

RGB 209 15 32 -
CMYK 0 0.93 0.85 0.18
HSL 354.74º 0.87% 0.44% -
HSV(B) 354.74º 0.93% 0.82% -
XYZ 26.73 14 2.66 -
YUV 74.94 103.77 223.62 -
System Red Green Blue C M Y K H S L
Decimal 209 15 32 0 0.93 0.85 0.18 354.74 0.87 0.44
Hex D1 F 20 0 5D 55 12 163 57 2C
Octal 321 17 40 0 135 125 22 543 127 54
Binary 11010001 1111 100000 0 1011101 1010101 10010 101100011 1010111 101100

Color Harmonies of #D10F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10F20

Black with #D10F20

Text Example


Text Example

White with #D10F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10F20; }

 p { color: rgb(209,15,32); }

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

background-color css

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

 a { background-color: rgb(209,15,32); }

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

border-color css

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

 span { border-color: rgb(209,15,32); }

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