Html Css Color HEX #D84513 Harley Davidson Orange

📋 copy color: '#D84513'

red 216 ◦ green 69 ◦ blue 19

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

Shades of Harley Davidson Orange #D84513

Tints of Harley Davidson Orange #D84513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.7%

 BLUE value IS 19 (7.81% from 255) = 6.25%

R = 71.05%
G = 22.7%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D84513 (or 0xD84513) is known color: Harley Davidson Orange. HEX triplet: D8, 45 and 13. RGB value is (216,69,19). Sum of RGB (Red+Green+Blue) = 216+69+19=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D84513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84513 is #27BAEC. Grayscale: #6B6B6B. Windows color (decimal): -2603757 or 1263064. OLE color: 1263064.

HSL color Cylindrical-coordinate representation of color #D84513: hue angle of 15.23º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D84513 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 69 19 -
CMYK 0 0.68 0.91 0.15
HSL 15.23º 0.84% 0.46% -
HSV(B) 15.23º 0.91% 0.85% -
XYZ 30.56 18.9 2.65 -
YUV 107.25 78.2 205.57 -
System Red Green Blue C M Y K H S L
Decimal 216 69 19 0 0.68 0.91 0.15 15.23 0.84 0.46
Hex D8 45 13 0 44 5B F F 54 2E
Octal 330 105 23 0 104 133 17 17 124 56
Binary 11011000 1000101 10011 0 1000100 1011011 1111 1111 1010100 101110

Color Harmonies of #D84513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84513

Black with #D84513

Text Example


Text Example

White with #D84513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84513; }

 p { color: rgb(216,69,19); }

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

background-color css

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

 a { background-color: rgb(216,69,19); }

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

border-color css

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

 span { border-color: rgb(216,69,19); }

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