Html Css Color HEX #D04713 Harley Davidson Orange

📋 copy color: '#D04713'

red 208 ◦ green 71 ◦ blue 19

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

Shades of Harley Davidson Orange #D04713

Tints of Harley Davidson Orange #D04713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.83%

 BLUE value IS 19 (7.81% from 255) = 6.38%

R = 69.8%
G = 23.83%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D04713 (or 0xD04713) is known color: Harley Davidson Orange. HEX triplet: D0, 47 and 13. RGB value is (208,71,19). Sum of RGB (Red+Green+Blue) = 208+71+19=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D04713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04713 is #2FB8EC. Grayscale: #6A6A6A. Windows color (decimal): -3127533 or 1263568. OLE color: 1263568.

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

Color convert

RGB 208 71 19 -
CMYK 0 0.66 0.91 0.18
HSL 16.51º 0.83% 0.45% -
HSV(B) 16.51º 0.91% 0.82% -
XYZ 28.38 17.96 2.59 -
YUV 106.04 78.89 200.73 -
System Red Green Blue C M Y K H S L
Decimal 208 71 19 0 0.66 0.91 0.18 16.51 0.83 0.45
Hex D0 47 13 0 42 5B 12 11 53 2D
Octal 320 107 23 0 102 133 22 21 123 55
Binary 11010000 1000111 10011 0 1000010 1011011 10010 10001 1010011 101101

Color Harmonies of #D04713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04713

Black with #D04713

Text Example


Text Example

White with #D04713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04713; }

 p { color: rgb(208,71,19); }

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

background-color css

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

 a { background-color: rgb(208,71,19); }

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

border-color css

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

 span { border-color: rgb(208,71,19); }

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