Html Css Color HEX #D84912 Harley Davidson Orange

📋 copy color: '#D84912'

red 216 ◦ green 73 ◦ blue 18

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

Shades of Harley Davidson Orange #D84912

Tints of Harley Davidson Orange #D84912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.78%

 BLUE value IS 18 (7.42% from 255) = 5.86%

R = 70.36%
G = 23.78%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D84912 (or 0xD84912) is known color: Harley Davidson Orange. HEX triplet: D8, 49 and 12. RGB value is (216,73,18). Sum of RGB (Red+Green+Blue) = 216+73+18=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D84912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84912 is #27B6ED. Grayscale: #6D6D6D. Windows color (decimal): -2602734 or 1198552. OLE color: 1198552.

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

Color convert

RGB 216 73 18 -
CMYK 0 0.66 0.92 0.15
HSL 16.67º 0.85% 0.46% -
HSV(B) 16.67º 0.92% 0.85% -
XYZ 30.81 19.41 2.69 -
YUV 109.49 76.38 203.97 -
System Red Green Blue C M Y K H S L
Decimal 216 73 18 0 0.66 0.92 0.15 16.67 0.85 0.46
Hex D8 49 12 0 42 5C F 11 55 2E
Octal 330 111 22 0 102 134 17 21 125 56
Binary 11011000 1001001 10010 0 1000010 1011100 1111 10001 1010101 101110

Color Harmonies of #D84912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84912

Black with #D84912

Text Example


Text Example

White with #D84912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84912; }

 p { color: rgb(216,73,18); }

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

background-color css

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

 a { background-color: rgb(216,73,18); }

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

border-color css

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

 span { border-color: rgb(216,73,18); }

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