Html Css Color HEX #D03801 Harley Davidson Orange

📋 copy color: '#D03801'

red 208 ◦ green 56 ◦ blue 1

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

Shades of Harley Davidson Orange #D03801

Tints of Harley Davidson Orange #D03801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.13%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 78.49%
G = 21.13%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D03801 (or 0xD03801) is known color: Harley Davidson Orange. HEX triplet: D0, 38 and 01. RGB value is (208,56,1). Sum of RGB (Red+Green+Blue) = 208+56+1=265 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.49% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 208 - color contains mainly: red. Hex color #D03801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03801 is #2FC7FE. Grayscale: #5F5F5F. Windows color (decimal): -3131391 or 80080. OLE color: 80080.

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

Color convert

RGB 208 56 1 -
CMYK 0 0.73 1.00 0.18
HSL 15.94º 0.99% 0.41% -
HSV(B) 15.94º 1% 0.82% -
XYZ 27.43 16.24 1.72 -
YUV 95.18 74.86 208.47 -
System Red Green Blue C M Y K H S L
Decimal 208 56 1 0 0.73 1.00 0.18 15.94 0.99 0.41
Hex D0 38 1 0 49 64 12 10 63 29
Octal 320 70 1 0 111 144 22 20 143 51
Binary 11010000 111000 1 0 1001001 1100100 10010 10000 1100011 101001

Color Harmonies of #D03801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03801

Black with #D03801

Text Example


Text Example

White with #D03801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03801; }

 p { color: rgb(208,56,1); }

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

background-color css

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

 a { background-color: rgb(208,56,1); }

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

border-color css

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

 span { border-color: rgb(208,56,1); }

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