Html Css Color HEX #D03C20 Harley Davidson Orange

📋 copy color: '#D03C20'

red 208 ◦ green 60 ◦ blue 32

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

Shades of Harley Davidson Orange #D03C20

Tints of Harley Davidson Orange #D03C20

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20%

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

R = 69.33%
G = 20%
B = 10.67%

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

#D03C20 (or 0xD03C20) is known color: Harley Davidson Orange. HEX triplet: D0, 3C and 20. RGB value is (208,60,32). Sum of RGB (Red+Green+Blue) = 208+60+32=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03C20 is #2FC3DF. Grayscale: #656565. Windows color (decimal): -3130336 or 2112720. OLE color: 2112720.

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

Color convert

RGB 208 60 32 -
CMYK 0 0.71 0.85 0.18
HSL 9.55º 0.73% 0.47% -
HSV(B) 9.55º 0.85% 0.82% -
XYZ 27.89 16.75 3.13 -
YUV 101.06 89.03 204.28 -
System Red Green Blue C M Y K H S L
Decimal 208 60 32 0 0.71 0.85 0.18 9.55 0.73 0.47
Hex D0 3C 20 0 47 55 12 A 49 2F
Octal 320 74 40 0 107 125 22 12 111 57
Binary 11010000 111100 100000 0 1000111 1010101 10010 1010 1001001 101111

Color Harmonies of #D03C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03C20

Black with #D03C20

Text Example


Text Example

White with #D03C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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