Html Css Color HEX #D03001 Harley Davidson Orange

📋 copy color: '#D03001'

red 208 ◦ green 48 ◦ blue 1

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

Shades of Harley Davidson Orange #D03001

Tints of Harley Davidson Orange #D03001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.68%

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

R = 80.93%
G = 18.68%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D03001 (or 0xD03001) is known color: Harley Davidson Orange. HEX triplet: D0, 30 and 01. RGB value is (208,48,1). Sum of RGB (Red+Green+Blue) = 208+48+1=257 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.93% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 208 - color contains mainly: red. Hex color #D03001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03001 is #2FCFFE. Grayscale: #5A5A5A. Windows color (decimal): -3133439 or 78032. OLE color: 78032.

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

Color convert

RGB 208 48 1 -
CMYK 0 0.77 1.00 0.18
HSL 13.62º 0.99% 0.41% -
HSV(B) 13.62º 1% 0.82% -
XYZ 27.07 15.53 1.6 -
YUV 90.48 77.51 211.82 -
System Red Green Blue C M Y K H S L
Decimal 208 48 1 0 0.77 1.00 0.18 13.62 0.99 0.41
Hex D0 30 1 0 4D 64 12 E 63 29
Octal 320 60 1 0 115 144 22 16 143 51
Binary 11010000 110000 1 0 1001101 1100100 10010 1110 1100011 101001

Color Harmonies of #D03001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03001

Black with #D03001

Text Example


Text Example

White with #D03001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03001; }

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

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

background-color css

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

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

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

border-color css

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

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

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