Html Css Color HEX #D84315 Harley Davidson Orange

📋 copy color: '#D84315'

red 216 ◦ green 67 ◦ blue 21

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

Shades of Harley Davidson Orange #D84315

Tints of Harley Davidson Orange #D84315

RGB

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

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

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

R = 71.05%
G = 22.04%
B = 6.91%

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

#D84315 (or 0xD84315) is known color: Harley Davidson Orange. HEX triplet: D8, 43 and 15. RGB value is (216,67,21). Sum of RGB (Red+Green+Blue) = 216+67+21=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D84315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84315 is #27BCEA. Grayscale: #6A6A6A. Windows color (decimal): -2604267 or 1393624. OLE color: 1393624.

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

Color convert

RGB 216 67 21 -
CMYK 0 0.69 0.90 0.15
HSL 14.15º 0.82% 0.46% -
HSV(B) 14.15º 0.9% 0.85% -
XYZ 30.46 18.67 2.71 -
YUV 106.31 79.86 206.24 -
System Red Green Blue C M Y K H S L
Decimal 216 67 21 0 0.69 0.90 0.15 14.15 0.82 0.46
Hex D8 43 15 0 45 5A F E 52 2E
Octal 330 103 25 0 105 132 17 16 122 56
Binary 11011000 1000011 10101 0 1000101 1011010 1111 1110 1010010 101110

Color Harmonies of #D84315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84315

Black with #D84315

Text Example


Text Example

White with #D84315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84315; }

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

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

background-color css

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

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

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

border-color css

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

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

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