Html Css Color HEX #D03220 Harley Davidson Orange

📋 copy color: '#D03220'

red 208 ◦ green 50 ◦ blue 32

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

Shades of Harley Davidson Orange #D03220

Tints of Harley Davidson Orange #D03220

RGB

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

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

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

R = 71.72%
G = 17.24%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D03220 (or 0xD03220) is known color: Harley Davidson Orange. HEX triplet: D0, 32 and 20. RGB value is (208,50,32). Sum of RGB (Red+Green+Blue) = 208+50+32=290 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.72% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 208 - color contains mainly: red. Hex color #D03220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03220 is #2FCDDF. Grayscale: #5F5F5F. Windows color (decimal): -3132896 or 2110160. OLE color: 2110160.

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

Color convert

RGB 208 50 32 -
CMYK 0 0.76 0.85 0.18
HSL 6.14º 0.73% 0.47% -
HSV(B) 6.14º 0.85% 0.82% -
XYZ 27.41 15.8 2.97 -
YUV 95.19 92.35 208.46 -
System Red Green Blue C M Y K H S L
Decimal 208 50 32 0 0.76 0.85 0.18 6.14 0.73 0.47
Hex D0 32 20 0 4C 55 12 6 49 2F
Octal 320 62 40 0 114 125 22 6 111 57
Binary 11010000 110010 100000 0 1001100 1010101 10010 110 1001001 101111

Color Harmonies of #D03220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03220

Black with #D03220

Text Example


Text Example

White with #D03220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03220; }

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

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

background-color css

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

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

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

border-color css

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

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

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