Html Css Color HEX #D04914 Harley Davidson Orange

📋 copy color: '#D04914'

red 208 ◦ green 73 ◦ blue 20

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

Shades of Harley Davidson Orange #D04914

Tints of Harley Davidson Orange #D04914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.25%

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

R = 69.1%
G = 24.25%
B = 6.64%

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

#D04914 (or 0xD04914) is known color: Harley Davidson Orange. HEX triplet: D0, 49 and 14. RGB value is (208,73,20). Sum of RGB (Red+Green+Blue) = 208+73+20=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D04914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04914 is #2FB6EB. Grayscale: #6B6B6B. Windows color (decimal): -3127020 or 1329616. OLE color: 1329616.

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

Color convert

RGB 208 73 20 -
CMYK 0 0.65 0.90 0.18
HSL 16.91º 0.82% 0.45% -
HSV(B) 16.91º 0.9% 0.82% -
XYZ 28.52 18.23 2.68 -
YUV 107.32 78.73 199.81 -
System Red Green Blue C M Y K H S L
Decimal 208 73 20 0 0.65 0.90 0.18 16.91 0.82 0.45
Hex D0 49 14 0 41 5A 12 11 52 2D
Octal 320 111 24 0 101 132 22 21 122 55
Binary 11010000 1001001 10100 0 1000001 1011010 10010 10001 1010010 101101

Color Harmonies of #D04914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04914

Black with #D04914

Text Example


Text Example

White with #D04914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04914; }

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

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

background-color css

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

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

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

border-color css

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

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

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