Html Css Color HEX #D11729 Fire Engine Red

📋 copy color: '#D11729'

red 209 ◦ green 23 ◦ blue 41

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

Shades of Fire Engine Red #D11729

Tints of Fire Engine Red #D11729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.42%

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

R = 76.56%
G = 8.42%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D11729 (or 0xD11729) is known color: Fire Engine Red. HEX triplet: D1, 17 and 29. RGB value is (209,23,41). Sum of RGB (Red+Green+Blue) = 209+23+41=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D11729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11729 is #2EE8D6. Grayscale: #505050. Windows color (decimal): -3074263 or 2693073. OLE color: 2693073.

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

Color convert

RGB 209 23 41 -
CMYK 0 0.89 0.80 0.18
HSL 354.19º 0.8% 0.45% -
HSV(B) 354.19º 0.89% 0.82% -
XYZ 27 14.33 3.44 -
YUV 80.67 105.62 219.54 -
System Red Green Blue C M Y K H S L
Decimal 209 23 41 0 0.89 0.80 0.18 354.19 0.8 0.45
Hex D1 17 29 0 59 50 12 162 50 2D
Octal 321 27 51 0 131 120 22 542 120 55
Binary 11010001 10111 101001 0 1011001 1010000 10010 101100010 1010000 101101

Color Harmonies of #D11729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11729

Black with #D11729

Text Example


Text Example

White with #D11729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11729; }

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

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

background-color css

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

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

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

border-color css

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

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

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