Html Css Color HEX #D84813 Harley Davidson Orange

📋 copy color: '#D84813'

red 216 ◦ green 72 ◦ blue 19

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

Shades of Harley Davidson Orange #D84813

Tints of Harley Davidson Orange #D84813

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.45%

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

R = 70.36%
G = 23.45%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D84813 (or 0xD84813) is known color: Harley Davidson Orange. HEX triplet: D8, 48 and 13. RGB value is (216,72,19). Sum of RGB (Red+Green+Blue) = 216+72+19=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D84813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84813 is #27B7EC. Grayscale: #6D6D6D. Windows color (decimal): -2602989 or 1263832. OLE color: 1263832.

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

Color convert

RGB 216 72 19 -
CMYK 0 0.67 0.91 0.15
HSL 16.14º 0.84% 0.46% -
HSV(B) 16.14º 0.91% 0.85% -
XYZ 30.75 19.28 2.72 -
YUV 109.01 77.21 204.31 -
System Red Green Blue C M Y K H S L
Decimal 216 72 19 0 0.67 0.91 0.15 16.14 0.84 0.46
Hex D8 48 13 0 43 5B F 10 54 2E
Octal 330 110 23 0 103 133 17 20 124 56
Binary 11011000 1001000 10011 0 1000011 1011011 1111 10000 1010100 101110

Color Harmonies of #D84813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84813

Black with #D84813

Text Example


Text Example

White with #D84813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84813; }

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

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

background-color css

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

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

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

border-color css

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

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

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