Html Css Color HEX #D01811 Harley Davidson Orange

📋 copy color: '#D01811'

red 208 ◦ green 24 ◦ blue 17

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

Shades of Harley Davidson Orange #D01811

Tints of Harley Davidson Orange #D01811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.64%

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

R = 83.53%
G = 9.64%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D01811 (or 0xD01811) is known color: Harley Davidson Orange. HEX triplet: D0, 18 and 11. RGB value is (208,24,17). Sum of RGB (Red+Green+Blue) = 208+24+17=249 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.53% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 208 - color contains mainly: red. Hex color #D01811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01811 is #2FE7EE. Grayscale: #4E4E4E. Windows color (decimal): -3139567 or 1120464. OLE color: 1120464.

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

Color convert

RGB 208 24 17 -
CMYK 0 0.88 0.92 0.18
HSL 2.2º 0.85% 0.44% -
HSV(B) 2.2º 0.92% 0.82% -
XYZ 26.44 14.1 1.86 -
YUV 78.22 93.46 220.57 -
System Red Green Blue C M Y K H S L
Decimal 208 24 17 0 0.88 0.92 0.18 2.2 0.85 0.44
Hex D0 18 11 0 58 5C 12 2 55 2C
Octal 320 30 21 0 130 134 22 2 125 54
Binary 11010000 11000 10001 0 1011000 1011100 10010 10 1010101 101100

Color Harmonies of #D01811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01811

Black with #D01811

Text Example


Text Example

White with #D01811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01811; }

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

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

background-color css

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

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

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

border-color css

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

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

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