Html Css Color HEX #D03016 Harley Davidson Orange

📋 copy color: '#D03016'

red 208 ◦ green 48 ◦ blue 22

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

Shades of Harley Davidson Orange #D03016

Tints of Harley Davidson Orange #D03016

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.27%

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

R = 74.82%
G = 17.27%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D03016 (or 0xD03016) is known color: Harley Davidson Orange. HEX triplet: D0, 30 and 16. RGB value is (208,48,22). Sum of RGB (Red+Green+Blue) = 208+48+22=278 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.82% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 208 - color contains mainly: red. Hex color #D03016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03016 is #2FCFE9. Grayscale: #5D5D5D. Windows color (decimal): -3133418 or 1454288. OLE color: 1454288.

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

Color convert

RGB 208 48 22 -
CMYK 0 0.77 0.89 0.18
HSL 8.39º 0.81% 0.45% -
HSV(B) 8.39º 0.89% 0.82% -
XYZ 27.21 15.58 2.33 -
YUV 92.88 88.01 210.11 -
System Red Green Blue C M Y K H S L
Decimal 208 48 22 0 0.77 0.89 0.18 8.39 0.81 0.45
Hex D0 30 16 0 4D 59 12 8 51 2D
Octal 320 60 26 0 115 131 22 10 121 55
Binary 11010000 110000 10110 0 1001101 1011001 10010 1000 1010001 101101

Color Harmonies of #D03016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03016

Black with #D03016

Text Example


Text Example

White with #D03016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03016; }

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

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

background-color css

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

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

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

border-color css

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

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

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