Html Css Color HEX #D03911 Harley Davidson Orange

📋 copy color: '#D03911'

red 208 ◦ green 57 ◦ blue 17

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

Shades of Harley Davidson Orange #D03911

Tints of Harley Davidson Orange #D03911

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.21%

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

R = 73.76%
G = 20.21%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D03911 (or 0xD03911) is known color: Harley Davidson Orange. HEX triplet: D0, 39 and 11. RGB value is (208,57,17). Sum of RGB (Red+Green+Blue) = 208+57+17=282 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.76% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 208 - color contains mainly: red. Hex color #D03911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03911 is #2FC6EE. Grayscale: #616161. Windows color (decimal): -3131119 or 1128912. OLE color: 1128912.

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

Color convert

RGB 208 57 17 -
CMYK 0 0.73 0.92 0.18
HSL 12.57º 0.85% 0.44% -
HSV(B) 12.57º 0.92% 0.82% -
XYZ 27.58 16.38 2.24 -
YUV 97.59 82.53 206.75 -
System Red Green Blue C M Y K H S L
Decimal 208 57 17 0 0.73 0.92 0.18 12.57 0.85 0.44
Hex D0 39 11 0 49 5C 12 D 55 2C
Octal 320 71 21 0 111 134 22 15 125 54
Binary 11010000 111001 10001 0 1001001 1011100 10010 1101 1010101 101100

Color Harmonies of #D03911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03911

Black with #D03911

Text Example


Text Example

White with #D03911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03911; }

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

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

background-color css

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

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

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

border-color css

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

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

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