Html Css Color HEX #D94013 Harley Davidson Orange

📋 copy color: '#D94013'

red 217 ◦ green 64 ◦ blue 19

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

Shades of Harley Davidson Orange #D94013

Tints of Harley Davidson Orange #D94013

RGB

 RED value IS 217 (85.16% from 255) = 72.33%

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

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

R = 72.33%
G = 21.33%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D94013 (or 0xD94013) is known color: Harley Davidson Orange. HEX triplet: D9, 40 and 13. RGB value is (217,64,19). Sum of RGB (Red+Green+Blue) = 217+64+19=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D94013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94013 is #26BFEC. Grayscale: #686868. Windows color (decimal): -2539501 or 1261785. OLE color: 1261785.

HSL color Cylindrical-coordinate representation of color #D94013: hue angle of 13.64º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D94013 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 64 19 -
CMYK 0 0.71 0.91 0.15
HSL 13.64º 0.84% 0.46% -
HSV(B) 13.64º 0.91% 0.85% -
XYZ 30.57 18.47 2.57 -
YUV 104.62 79.69 208.16 -
System Red Green Blue C M Y K H S L
Decimal 217 64 19 0 0.71 0.91 0.15 13.64 0.84 0.46
Hex D9 40 13 0 47 5B F E 54 2E
Octal 331 100 23 0 107 133 17 16 124 56
Binary 11011001 1000000 10011 0 1000111 1011011 1111 1110 1010100 101110

Color Harmonies of #D94013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94013

Black with #D94013

Text Example


Text Example

White with #D94013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94013; }

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

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

background-color css

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

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

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

border-color css

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

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

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