Html Css Color HEX #D84215 Harley Davidson Orange

📋 copy color: '#D84215'

red 216 ◦ green 66 ◦ blue 21

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

Shades of Harley Davidson Orange #D84215

Tints of Harley Davidson Orange #D84215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.78%

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

R = 71.29%
G = 21.78%
B = 6.93%

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

#D84215 (or 0xD84215) is known color: Harley Davidson Orange. HEX triplet: D8, 42 and 15. RGB value is (216,66,21). Sum of RGB (Red+Green+Blue) = 216+66+21=303 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.29% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 216 - color contains mainly: red. Hex color #D84215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84215 is #27BDEA. Grayscale: #6A6A6A. Windows color (decimal): -2604523 or 1393368. OLE color: 1393368.

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

Color convert

RGB 216 66 21 -
CMYK 0 0.69 0.90 0.15
HSL 13.85º 0.82% 0.46% -
HSV(B) 13.85º 0.9% 0.85% -
XYZ 30.4 18.55 2.69 -
YUV 105.72 80.2 206.66 -
System Red Green Blue C M Y K H S L
Decimal 216 66 21 0 0.69 0.90 0.15 13.85 0.82 0.46
Hex D8 42 15 0 45 5A F E 52 2E
Octal 330 102 25 0 105 132 17 16 122 56
Binary 11011000 1000010 10101 0 1000101 1011010 1111 1110 1010010 101110

Color Harmonies of #D84215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84215

Black with #D84215

Text Example


Text Example

White with #D84215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84215; }

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

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

background-color css

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

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

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

border-color css

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

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

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