Html Css Color HEX #D01D11 Harley Davidson Orange

📋 copy color: '#D01D11'

red 208 ◦ green 29 ◦ blue 17

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

Shades of Harley Davidson Orange #D01D11

Tints of Harley Davidson Orange #D01D11

RGB

 RED value IS 208 (81.64% from 255) = 81.89%

 GREEN value IS 29 (11.72% from 255) = 11.42%

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

R = 81.89%
G = 11.42%
B = 6.69%

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

#D01D11 (or 0xD01D11) is known color: Harley Davidson Orange. HEX triplet: D0, 1D and 11. RGB value is (208,29,17). Sum of RGB (Red+Green+Blue) = 208+29+17=254 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.89% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D01D11 is #2FE2EE. Grayscale: #515151. Windows color (decimal): -3138287 or 1121744. OLE color: 1121744.

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

Color convert

RGB 208 29 17 -
CMYK 0 0.86 0.92 0.18
HSL 3.77º 0.85% 0.44% -
HSV(B) 3.77º 0.92% 0.82% -
XYZ 26.55 14.33 1.9 -
YUV 81.15 91.8 218.48 -
System Red Green Blue C M Y K H S L
Decimal 208 29 17 0 0.86 0.92 0.18 3.77 0.85 0.44
Hex D0 1D 11 0 56 5C 12 4 55 2C
Octal 320 35 21 0 126 134 22 4 125 54
Binary 11010000 11101 10001 0 1010110 1011100 10010 100 1010101 101100

Color Harmonies of #D01D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D11

Black with #D01D11

Text Example


Text Example

White with #D01D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D11; }

 p { color: rgb(208,29,17); }

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

background-color css

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

 a { background-color: rgb(208,29,17); }

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

border-color css

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

 span { border-color: rgb(208,29,17); }

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