Html Css Color HEX #D04013 Harley Davidson Orange

📋 copy color: '#D04013'

red 208 ◦ green 64 ◦ blue 19

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

Shades of Harley Davidson Orange #D04013

Tints of Harley Davidson Orange #D04013

RGB

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

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

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

R = 71.48%
G = 21.99%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D04013 (or 0xD04013) is known color: Harley Davidson Orange. HEX triplet: D0, 40 and 13. RGB value is (208,64,19). Sum of RGB (Red+Green+Blue) = 208+64+19=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D04013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04013 is #2FBFEC. Grayscale: #666666. Windows color (decimal): -3129325 or 1261776. OLE color: 1261776.

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

Color convert

RGB 208 64 19 -
CMYK 0 0.69 0.91 0.18
HSL 14.29º 0.83% 0.45% -
HSV(B) 14.29º 0.91% 0.82% -
XYZ 27.96 17.12 2.45 -
YUV 101.93 81.21 203.66 -
System Red Green Blue C M Y K H S L
Decimal 208 64 19 0 0.69 0.91 0.18 14.29 0.83 0.45
Hex D0 40 13 0 45 5B 12 E 53 2D
Octal 320 100 23 0 105 133 22 16 123 55
Binary 11010000 1000000 10011 0 1000101 1011011 10010 1110 1010011 101101

Color Harmonies of #D04013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04013

Black with #D04013

Text Example


Text Example

White with #D04013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04013; }

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

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

background-color css

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

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

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

border-color css

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

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

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