Html Css Color HEX #D03216 Harley Davidson Orange

📋 copy color: '#D03216'

red 208 ◦ green 50 ◦ blue 22

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

Shades of Harley Davidson Orange #D03216

Tints of Harley Davidson Orange #D03216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.86%

R = 74.29%
G = 17.86%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D03216 (or 0xD03216) is known color: Harley Davidson Orange. HEX triplet: D0, 32 and 16. RGB value is (208,50,22). Sum of RGB (Red+Green+Blue) = 208+50+22=280 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.29% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 208 - color contains mainly: red. Hex color #D03216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03216 is #2FCDE9. Grayscale: #5E5E5E. Windows color (decimal): -3132906 or 1454800. OLE color: 1454800.

HSL color Cylindrical-coordinate representation of color #D03216: hue angle of 9.03º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D03216 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 50 22 -
CMYK 0 0.76 0.89 0.18
HSL 9.03º 0.81% 0.45% -
HSV(B) 9.03º 0.89% 0.82% -
XYZ 27.3 15.75 2.36 -
YUV 94.05 87.35 209.28 -
System Red Green Blue C M Y K H S L
Decimal 208 50 22 0 0.76 0.89 0.18 9.03 0.81 0.45
Hex D0 32 16 0 4C 59 12 9 51 2D
Octal 320 62 26 0 114 131 22 11 121 55
Binary 11010000 110010 10110 0 1001100 1011001 10010 1001 1010001 101101

Color Harmonies of #D03216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03216

Black with #D03216

Text Example


Text Example

White with #D03216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03216; }

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

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

background-color css

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

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

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

border-color css

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

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

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