Html Css Color HEX #D04815 Harley Davidson Orange

📋 copy color: '#D04815'

red 208 ◦ green 72 ◦ blue 21

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

Shades of Harley Davidson Orange #D04815

Tints of Harley Davidson Orange #D04815

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.92%

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

R = 69.1%
G = 23.92%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D04815 (or 0xD04815) is known color: Harley Davidson Orange. HEX triplet: D0, 48 and 15. RGB value is (208,72,21). Sum of RGB (Red+Green+Blue) = 208+72+21=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D04815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04815 is #2FB7EA. Grayscale: #6B6B6B. Windows color (decimal): -3127275 or 1394896. OLE color: 1394896.

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

Color convert

RGB 208 72 21 -
CMYK 0 0.65 0.90 0.18
HSL 16.36º 0.82% 0.45% -
HSV(B) 16.36º 0.9% 0.82% -
XYZ 28.47 18.1 2.7 -
YUV 106.85 79.56 200.15 -
System Red Green Blue C M Y K H S L
Decimal 208 72 21 0 0.65 0.90 0.18 16.36 0.82 0.45
Hex D0 48 15 0 41 5A 12 10 52 2D
Octal 320 110 25 0 101 132 22 20 122 55
Binary 11010000 1001000 10101 0 1000001 1011010 10010 10000 1010010 101101

Color Harmonies of #D04815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04815

Black with #D04815

Text Example


Text Example

White with #D04815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04815; }

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

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

background-color css

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

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

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

border-color css

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

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

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