Html Css Color HEX #D03211 Harley Davidson Orange

📋 copy color: '#D03211'

red 208 ◦ green 50 ◦ blue 17

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

Shades of Harley Davidson Orange #D03211

Tints of Harley Davidson Orange #D03211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.18%

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

R = 75.64%
G = 18.18%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D03211 (or 0xD03211) is known color: Harley Davidson Orange. HEX triplet: D0, 32 and 11. RGB value is (208,50,17). Sum of RGB (Red+Green+Blue) = 208+50+17=275 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.64% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 208 - color contains mainly: red. Hex color #D03211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03211 is #2FCDEE. Grayscale: #5D5D5D. Windows color (decimal): -3132911 or 1127120. OLE color: 1127120.

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

Color convert

RGB 208 50 17 -
CMYK 0 0.76 0.92 0.18
HSL 10.37º 0.85% 0.44% -
HSV(B) 10.37º 0.92% 0.82% -
XYZ 27.25 15.73 2.13 -
YUV 93.48 84.85 209.68 -
System Red Green Blue C M Y K H S L
Decimal 208 50 17 0 0.76 0.92 0.18 10.37 0.85 0.44
Hex D0 32 11 0 4C 5C 12 A 55 2C
Octal 320 62 21 0 114 134 22 12 125 54
Binary 11010000 110010 10001 0 1001100 1011100 10010 1010 1010101 101100

Color Harmonies of #D03211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03211

Black with #D03211

Text Example


Text Example

White with #D03211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03211; }

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

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

background-color css

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

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

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

border-color css

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

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

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