Html Css Color HEX #D10F29 Fire Engine Red

📋 copy color: '#D10F29'

red 209 ◦ green 15 ◦ blue 41

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

Shades of Fire Engine Red #D10F29

Tints of Fire Engine Red #D10F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.47%

R = 78.87%
G = 5.66%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D10F29 (or 0xD10F29) is known color: Fire Engine Red. HEX triplet: D1, 0F and 29. RGB value is (209,15,41). Sum of RGB (Red+Green+Blue) = 209+15+41=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10F29 is #2EF0D6. Grayscale: #4C4C4C. Windows color (decimal): -3076311 or 2691025. OLE color: 2691025.

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

Color convert

RGB 209 15 41 -
CMYK 0 0.93 0.80 0.18
HSL 351.96º 0.87% 0.44% -
HSV(B) 351.96º 0.93% 0.82% -
XYZ 26.87 14.06 3.4 -
YUV 75.97 108.27 222.89 -
System Red Green Blue C M Y K H S L
Decimal 209 15 41 0 0.93 0.80 0.18 351.96 0.87 0.44
Hex D1 F 29 0 5D 50 12 160 57 2C
Octal 321 17 51 0 135 120 22 540 127 54
Binary 11010001 1111 101001 0 1011101 1010000 10010 101100000 1010111 101100

Color Harmonies of #D10F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10F29

Black with #D10F29

Text Example


Text Example

White with #D10F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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