Html Css Color HEX #D03917 Harley Davidson Orange

📋 copy color: '#D03917'

red 208 ◦ green 57 ◦ blue 23

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

Shades of Harley Davidson Orange #D03917

Tints of Harley Davidson Orange #D03917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.99%

R = 72.22%
G = 19.79%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D03917 (or 0xD03917) is known color: Harley Davidson Orange. HEX triplet: D0, 39 and 17. RGB value is (208,57,23). Sum of RGB (Red+Green+Blue) = 208+57+23=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D03917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03917 is #2FC6E8. Grayscale: #626262. Windows color (decimal): -3131113 or 1522128. OLE color: 1522128.

HSL color Cylindrical-coordinate representation of color #D03917: hue angle of 11.03º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D03917 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 57 23 -
CMYK 0 0.73 0.89 0.18
HSL 11.03º 0.8% 0.45% -
HSV(B) 11.03º 0.89% 0.82% -
XYZ 27.63 16.4 2.52 -
YUV 98.27 85.53 206.26 -
System Red Green Blue C M Y K H S L
Decimal 208 57 23 0 0.73 0.89 0.18 11.03 0.8 0.45
Hex D0 39 17 0 49 59 12 B 50 2D
Octal 320 71 27 0 111 131 22 13 120 55
Binary 11010000 111001 10111 0 1001001 1011001 10010 1011 1010000 101101

Color Harmonies of #D03917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03917

Black with #D03917

Text Example


Text Example

White with #D03917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03917; }

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

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

background-color css

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

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

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

border-color css

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

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

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