Html Css Color HEX #D04220 Harley Davidson Orange

📋 copy color: '#D04220'

red 208 ◦ green 66 ◦ blue 32

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

Shades of Harley Davidson Orange #D04220

Tints of Harley Davidson Orange #D04220

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.57%

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

R = 67.97%
G = 21.57%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D04220 (or 0xD04220) is known color: Harley Davidson Orange. HEX triplet: D0, 42 and 20. RGB value is (208,66,32). Sum of RGB (Red+Green+Blue) = 208+66+32=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D04220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04220 is #2FBDDF. Grayscale: #686868. Windows color (decimal): -3128800 or 2114256. OLE color: 2114256.

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

Color convert

RGB 208 66 32 -
CMYK 0 0.68 0.85 0.18
HSL 11.59º 0.73% 0.47% -
HSV(B) 11.59º 0.85% 0.82% -
XYZ 28.22 17.41 3.24 -
YUV 104.58 87.04 201.76 -
System Red Green Blue C M Y K H S L
Decimal 208 66 32 0 0.68 0.85 0.18 11.59 0.73 0.47
Hex D0 42 20 0 44 55 12 C 49 2F
Octal 320 102 40 0 104 125 22 14 111 57
Binary 11010000 1000010 100000 0 1000100 1010101 10010 1100 1001001 101111

Color Harmonies of #D04220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04220

Black with #D04220

Text Example


Text Example

White with #D04220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04220; }

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

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

background-color css

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

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

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

border-color css

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

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

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