Html Css Color HEX #D11F29 Fire Engine Red

📋 copy color: '#D11F29'

red 209 ◦ green 31 ◦ blue 41

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

Shades of Fire Engine Red #D11F29

Tints of Fire Engine Red #D11F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.03%

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

R = 74.38%
G = 11.03%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D11F29 (or 0xD11F29) is known color: Fire Engine Red. HEX triplet: D1, 1F and 29. RGB value is (209,31,41). Sum of RGB (Red+Green+Blue) = 209+31+41=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 31 (12.5% from 255 or 11.03% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11F29 is #2EE0D6. Grayscale: #555555. Windows color (decimal): -3072215 or 2695121. OLE color: 2695121.

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

Color convert

RGB 209 31 41 -
CMYK 0 0.85 0.80 0.18
HSL 356.63º 0.74% 0.47% -
HSV(B) 356.63º 0.85% 0.82% -
XYZ 27.18 14.7 3.5 -
YUV 85.36 102.97 216.19 -
System Red Green Blue C M Y K H S L
Decimal 209 31 41 0 0.85 0.80 0.18 356.63 0.74 0.47
Hex D1 1F 29 0 55 50 12 165 4A 2F
Octal 321 37 51 0 125 120 22 545 112 57
Binary 11010001 11111 101001 0 1010101 1010000 10010 101100101 1001010 101111

Color Harmonies of #D11F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11F29

Black with #D11F29

Text Example


Text Example

White with #D11F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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