Html Css Color HEX #D04015 Harley Davidson Orange

📋 copy color: '#D04015'

red 208 ◦ green 64 ◦ blue 21

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

Shades of Harley Davidson Orange #D04015

Tints of Harley Davidson Orange #D04015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.84%

 BLUE value IS 21 (8.59% from 255) = 7.17%

R = 70.99%
G = 21.84%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D04015 (or 0xD04015) is known color: Harley Davidson Orange. HEX triplet: D0, 40 and 15. RGB value is (208,64,21). Sum of RGB (Red+Green+Blue) = 208+64+21=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D04015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04015 is #2FBFEA. Grayscale: #666666. Windows color (decimal): -3129323 or 1392848. OLE color: 1392848.

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

Color convert

RGB 208 64 21 -
CMYK 0 0.69 0.90 0.18
HSL 13.8º 0.82% 0.45% -
HSV(B) 13.8º 0.9% 0.82% -
XYZ 27.98 17.13 2.54 -
YUV 102.15 82.21 203.5 -
System Red Green Blue C M Y K H S L
Decimal 208 64 21 0 0.69 0.90 0.18 13.8 0.82 0.45
Hex D0 40 15 0 45 5A 12 E 52 2D
Octal 320 100 25 0 105 132 22 16 122 55
Binary 11010000 1000000 10101 0 1000101 1011010 10010 1110 1010010 101101

Color Harmonies of #D04015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04015

Black with #D04015

Text Example


Text Example

White with #D04015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04015; }

 p { color: rgb(208,64,21); }

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

background-color css

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

 a { background-color: rgb(208,64,21); }

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

border-color css

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

 span { border-color: rgb(208,64,21); }

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