Html Css Color HEX #D03311 Harley Davidson Orange

📋 copy color: '#D03311'

red 208 ◦ green 51 ◦ blue 17

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

Shades of Harley Davidson Orange #D03311

Tints of Harley Davidson Orange #D03311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.48%

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

R = 75.36%
G = 18.48%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D03311 (or 0xD03311) is known color: Harley Davidson Orange. HEX triplet: D0, 33 and 11. RGB value is (208,51,17). Sum of RGB (Red+Green+Blue) = 208+51+17=276 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.36% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 208 - color contains mainly: red. Hex color #D03311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03311 is #2FCCEE. Grayscale: #5E5E5E. Windows color (decimal): -3132655 or 1127376. OLE color: 1127376.

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

Color convert

RGB 208 51 17 -
CMYK 0 0.75 0.92 0.18
HSL 10.68º 0.85% 0.44% -
HSV(B) 10.68º 0.92% 0.82% -
XYZ 27.3 15.82 2.14 -
YUV 94.07 84.51 209.26 -
System Red Green Blue C M Y K H S L
Decimal 208 51 17 0 0.75 0.92 0.18 10.68 0.85 0.44
Hex D0 33 11 0 4B 5C 12 B 55 2C
Octal 320 63 21 0 113 134 22 13 125 54
Binary 11010000 110011 10001 0 1001011 1011100 10010 1011 1010101 101100

Color Harmonies of #D03311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03311

Black with #D03311

Text Example


Text Example

White with #D03311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03311; }

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

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

background-color css

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

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

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

border-color css

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

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

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