Html Css Color HEX #D94015 Harley Davidson Orange

📋 copy color: '#D94015'

red 217 ◦ green 64 ◦ blue 21

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

Shades of Harley Davidson Orange #D94015

Tints of Harley Davidson Orange #D94015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.95%

R = 71.85%
G = 21.19%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D94015 (or 0xD94015) is known color: Harley Davidson Orange. HEX triplet: D9, 40 and 15. RGB value is (217,64,21). Sum of RGB (Red+Green+Blue) = 217+64+21=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D94015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94015 is #26BFEA. Grayscale: #696969. Windows color (decimal): -2539499 or 1392857. OLE color: 1392857.

HSL color Cylindrical-coordinate representation of color #D94015: hue angle of 13.16º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D94015 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 64 21 -
CMYK 0 0.71 0.90 0.15
HSL 13.16º 0.82% 0.47% -
HSV(B) 13.16º 0.9% 0.85% -
XYZ 30.58 18.47 2.66 -
YUV 104.85 80.69 208 -
System Red Green Blue C M Y K H S L
Decimal 217 64 21 0 0.71 0.90 0.15 13.16 0.82 0.47
Hex D9 40 15 0 47 5A F D 52 2F
Octal 331 100 25 0 107 132 17 15 122 57
Binary 11011001 1000000 10101 0 1000111 1011010 1111 1101 1010010 101111

Color Harmonies of #D94015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94015

Black with #D94015

Text Example


Text Example

White with #D94015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94015; }

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

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

background-color css

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

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

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

border-color css

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

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

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