Html Css Color HEX #D03201 Harley Davidson Orange

📋 copy color: '#D03201'

red 208 ◦ green 50 ◦ blue 1

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

Shades of Harley Davidson Orange #D03201

Tints of Harley Davidson Orange #D03201

RGB

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

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

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

R = 80.31%
G = 19.31%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D03201 (or 0xD03201) is known color: Harley Davidson Orange. HEX triplet: D0, 32 and 01. RGB value is (208,50,1). Sum of RGB (Red+Green+Blue) = 208+50+1=259 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.31% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 208 - color contains mainly: red. Hex color #D03201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03201 is #2FCDFE. Grayscale: #5C5C5C. Windows color (decimal): -3132927 or 78544. OLE color: 78544.

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

Color convert

RGB 208 50 1 -
CMYK 0 0.76 1.00 0.18
HSL 14.2º 0.99% 0.41% -
HSV(B) 14.2º 1% 0.82% -
XYZ 27.16 15.69 1.63 -
YUV 91.66 76.85 210.98 -
System Red Green Blue C M Y K H S L
Decimal 208 50 1 0 0.76 1.00 0.18 14.2 0.99 0.41
Hex D0 32 1 0 4C 64 12 E 63 29
Octal 320 62 1 0 114 144 22 16 143 51
Binary 11010000 110010 1 0 1001100 1100100 10010 1110 1100011 101001

Color Harmonies of #D03201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03201

Black with #D03201

Text Example


Text Example

White with #D03201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03201; }

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

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

background-color css

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

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

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

border-color css

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

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

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