Html Css Color HEX #D03520 Harley Davidson Orange

📋 copy color: '#D03520'

red 208 ◦ green 53 ◦ blue 32

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

Shades of Harley Davidson Orange #D03520

Tints of Harley Davidson Orange #D03520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.09%

 BLUE value IS 32 (12.89% from 255) = 10.92%

R = 70.99%
G = 18.09%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D03520 (or 0xD03520) is known color: Harley Davidson Orange. HEX triplet: D0, 35 and 20. RGB value is (208,53,32). Sum of RGB (Red+Green+Blue) = 208+53+32=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D03520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03520 is #2FCADF. Grayscale: #616161. Windows color (decimal): -3132128 or 2110928. OLE color: 2110928.

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

Color convert

RGB 208 53 32 -
CMYK 0 0.75 0.85 0.18
HSL 7.16º 0.73% 0.47% -
HSV(B) 7.16º 0.85% 0.82% -
XYZ 27.55 16.06 3.01 -
YUV 96.95 91.35 207.21 -
System Red Green Blue C M Y K H S L
Decimal 208 53 32 0 0.75 0.85 0.18 7.16 0.73 0.47
Hex D0 35 20 0 4B 55 12 7 49 2F
Octal 320 65 40 0 113 125 22 7 111 57
Binary 11010000 110101 100000 0 1001011 1010101 10010 111 1001001 101111

Color Harmonies of #D03520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03520

Black with #D03520

Text Example


Text Example

White with #D03520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03520; }

 p { color: rgb(208,53,32); }

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

background-color css

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

 a { background-color: rgb(208,53,32); }

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

border-color css

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

 span { border-color: rgb(208,53,32); }

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