Html Css Color HEX #D11E11 Harley Davidson Orange

📋 copy color: '#D11E11'

red 209 ◦ green 30 ◦ blue 17

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

Shades of Harley Davidson Orange #D11E11

Tints of Harley Davidson Orange #D11E11

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.72%

 BLUE value IS 17 (7.03% from 255) = 6.64%

R = 81.64%
G = 11.72%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D11E11 (or 0xD11E11) is known color: Harley Davidson Orange. HEX triplet: D1, 1E and 11. RGB value is (209,30,17). Sum of RGB (Red+Green+Blue) = 209+30+17=256 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.64% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 209 - color contains mainly: red. Hex color #D11E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D11E11 is #2EE1EE. Grayscale: #525252. Windows color (decimal): -3072495 or 1122001. OLE color: 1122001.

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

Color convert

RGB 209 30 17 -
CMYK 0 0.86 0.92 0.18
HSL 4.06º 0.85% 0.44% -
HSV(B) 4.06º 0.92% 0.82% -
XYZ 26.86 14.52 1.92 -
YUV 82.04 91.3 218.56 -
System Red Green Blue C M Y K H S L
Decimal 209 30 17 0 0.86 0.92 0.18 4.06 0.85 0.44
Hex D1 1E 11 0 56 5C 12 4 55 2C
Octal 321 36 21 0 126 134 22 4 125 54
Binary 11010001 11110 10001 0 1010110 1011100 10010 100 1010101 101100

Color Harmonies of #D11E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11E11

Black with #D11E11

Text Example


Text Example

White with #D11E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11E11; }

 p { color: rgb(209,30,17); }

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

background-color css

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

 a { background-color: rgb(209,30,17); }

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

border-color css

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

 span { border-color: rgb(209,30,17); }

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