Html Css Color HEX #D04514 Harley Davidson Orange

📋 copy color: '#D04514'

red 208 ◦ green 69 ◦ blue 20

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

Shades of Harley Davidson Orange #D04514

Tints of Harley Davidson Orange #D04514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.23%

 BLUE value IS 20 (8.2% from 255) = 6.73%

R = 70.03%
G = 23.23%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D04514 (or 0xD04514) is known color: Harley Davidson Orange. HEX triplet: D0, 45 and 14. RGB value is (208,69,20). Sum of RGB (Red+Green+Blue) = 208+69+20=297 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.03% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 208 - color contains mainly: red. Hex color #D04514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04514 is #2FBAEB. Grayscale: #696969. Windows color (decimal): -3128044 or 1328592. OLE color: 1328592.

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

Color convert

RGB 208 69 20 -
CMYK 0 0.67 0.90 0.18
HSL 15.64º 0.82% 0.45% -
HSV(B) 15.64º 0.9% 0.82% -
XYZ 28.27 17.72 2.59 -
YUV 104.98 80.05 201.48 -
System Red Green Blue C M Y K H S L
Decimal 208 69 20 0 0.67 0.90 0.18 15.64 0.82 0.45
Hex D0 45 14 0 43 5A 12 10 52 2D
Octal 320 105 24 0 103 132 22 20 122 55
Binary 11010000 1000101 10100 0 1000011 1011010 10010 10000 1010010 101101

Color Harmonies of #D04514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04514

Black with #D04514

Text Example


Text Example

White with #D04514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04514; }

 p { color: rgb(208,69,20); }

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

background-color css

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

 a { background-color: rgb(208,69,20); }

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

border-color css

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

 span { border-color: rgb(208,69,20); }

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