Html Css Color HEX #D03900 Harley Davidson Orange

📋 copy color: '#D03900'

red 208 ◦ green 57 ◦ blue 0

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

Shades of Harley Davidson Orange #D03900

Tints of Harley Davidson Orange #D03900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.49%
G = 21.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D03900 (or 0xD03900) is known color: Harley Davidson Orange. HEX triplet: D0, 39 and 00. RGB value is (208,57,0). Sum of RGB (Red+Green+Blue) = 208+57+0=265 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.49% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 208 - color contains mainly: red. Hex color #D03900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03900 is #2FC6FF. Grayscale: #606060. Windows color (decimal): -3131136 or 14800. OLE color: 14800.

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

Color convert

RGB 208 57 0 -
CMYK 0 0.73 1 0.18
HSL 16.44º 1% 0.41% -
HSV(B) 16.44º 1% 0.82% -
XYZ 27.48 16.34 1.71 -
YUV 95.65 74.03 208.13 -
System Red Green Blue C M Y K H S L
Decimal 208 57 0 0 0.73 1 0.18 16.44 1 0.41
Hex D0 39 0 0 49 64 12 10 64 29
Octal 320 71 0 0 111 144 22 20 144 51
Binary 11010000 111001 0 0 1001001 1100100 10010 10000 1100100 101001

Color Harmonies of #D03900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03900

Black with #D03900

Text Example


Text Example

White with #D03900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03900; }

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

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

background-color css

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

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

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

border-color css

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

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

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