Html Css Color HEX #D84715 Harley Davidson Orange

📋 copy color: '#D84715'

red 216 ◦ green 71 ◦ blue 21

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

Shades of Harley Davidson Orange #D84715

Tints of Harley Davidson Orange #D84715

RGB

 RED value IS 216 (84.77% from 255) = 70.13%

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

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

R = 70.13%
G = 23.05%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D84715 (or 0xD84715) is known color: Harley Davidson Orange. HEX triplet: D8, 47 and 15. RGB value is (216,71,21). Sum of RGB (Red+Green+Blue) = 216+71+21=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D84715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84715 is #27B8EA. Grayscale: #6D6D6D. Windows color (decimal): -2603243 or 1394648. OLE color: 1394648.

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

Color convert

RGB 216 71 21 -
CMYK 0 0.67 0.90 0.15
HSL 15.38º 0.82% 0.46% -
HSV(B) 15.38º 0.9% 0.85% -
XYZ 30.71 19.16 2.79 -
YUV 108.66 78.54 204.57 -
System Red Green Blue C M Y K H S L
Decimal 216 71 21 0 0.67 0.90 0.15 15.38 0.82 0.46
Hex D8 47 15 0 43 5A F F 52 2E
Octal 330 107 25 0 103 132 17 17 122 56
Binary 11011000 1000111 10101 0 1000011 1011010 1111 1111 1010010 101110

Color Harmonies of #D84715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84715

Black with #D84715

Text Example


Text Example

White with #D84715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84715; }

 p { color: rgb(216,71,21); }

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

background-color css

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

 a { background-color: rgb(216,71,21); }

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

border-color css

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

 span { border-color: rgb(216,71,21); }

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