Html Css Color HEX #D94315 Harley Davidson Orange

📋 copy color: '#D94315'

red 217 ◦ green 67 ◦ blue 21

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

Shades of Harley Davidson Orange #D94315

Tints of Harley Davidson Orange #D94315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.97%

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

R = 71.15%
G = 21.97%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D94315 (or 0xD94315) is known color: Harley Davidson Orange. HEX triplet: D9, 43 and 15. RGB value is (217,67,21). Sum of RGB (Red+Green+Blue) = 217+67+21=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D94315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94315 is #26BCEA. Grayscale: #6A6A6A. Windows color (decimal): -2538731 or 1393625. OLE color: 1393625.

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

Color convert

RGB 217 67 21 -
CMYK 0 0.69 0.90 0.15
HSL 14.08º 0.82% 0.47% -
HSV(B) 14.08º 0.9% 0.85% -
XYZ 30.76 18.82 2.72 -
YUV 106.61 79.7 206.74 -
System Red Green Blue C M Y K H S L
Decimal 217 67 21 0 0.69 0.90 0.15 14.08 0.82 0.47
Hex D9 43 15 0 45 5A F E 52 2F
Octal 331 103 25 0 105 132 17 16 122 57
Binary 11011001 1000011 10101 0 1000101 1011010 1111 1110 1010010 101111

Color Harmonies of #D94315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94315

Black with #D94315

Text Example


Text Example

White with #D94315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94315; }

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

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

background-color css

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

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

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

border-color css

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

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

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