Html Css Color HEX #D03D20 Harley Davidson Orange

📋 copy color: '#D03D20'

red 208 ◦ green 61 ◦ blue 32

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

Shades of Harley Davidson Orange #D03D20

Tints of Harley Davidson Orange #D03D20

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.27%

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

R = 69.1%
G = 20.27%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D03D20 (or 0xD03D20) is known color: Harley Davidson Orange. HEX triplet: D0, 3D and 20. RGB value is (208,61,32). Sum of RGB (Red+Green+Blue) = 208+61+32=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03D20 is #2FC2DF. Grayscale: #656565. Windows color (decimal): -3130080 or 2112976. OLE color: 2112976.

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

Color convert

RGB 208 61 32 -
CMYK 0 0.71 0.85 0.18
HSL 9.89º 0.73% 0.47% -
HSV(B) 9.89º 0.85% 0.82% -
XYZ 27.94 16.85 3.15 -
YUV 101.65 88.7 203.86 -
System Red Green Blue C M Y K H S L
Decimal 208 61 32 0 0.71 0.85 0.18 9.89 0.73 0.47
Hex D0 3D 20 0 47 55 12 A 49 2F
Octal 320 75 40 0 107 125 22 12 111 57
Binary 11010000 111101 100000 0 1000111 1010101 10010 1010 1001001 101111

Color Harmonies of #D03D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03D20

Black with #D03D20

Text Example


Text Example

White with #D03D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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