Html Css Color HEX #D84012 Harley Davidson Orange

📋 copy color: '#D84012'

red 216 ◦ green 64 ◦ blue 18

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

Shades of Harley Davidson Orange #D84012

Tints of Harley Davidson Orange #D84012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.48%

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

R = 72.48%
G = 21.48%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D84012 (or 0xD84012) is known color: Harley Davidson Orange. HEX triplet: D8, 40 and 12. RGB value is (216,64,18). Sum of RGB (Red+Green+Blue) = 216+64+18=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D84012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84012 is #27BFED. Grayscale: #686868. Windows color (decimal): -2605038 or 1196248. OLE color: 1196248.

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

Color convert

RGB 216 64 18 -
CMYK 0 0.70 0.92 0.15
HSL 13.94º 0.85% 0.46% -
HSV(B) 13.94º 0.92% 0.85% -
XYZ 30.26 18.31 2.51 -
YUV 104.2 79.36 207.74 -
System Red Green Blue C M Y K H S L
Decimal 216 64 18 0 0.70 0.92 0.15 13.94 0.85 0.46
Hex D8 40 12 0 46 5C F E 55 2E
Octal 330 100 22 0 106 134 17 16 125 56
Binary 11011000 1000000 10010 0 1000110 1011100 1111 1110 1010101 101110

Color Harmonies of #D84012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84012

Black with #D84012

Text Example


Text Example

White with #D84012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84012; }

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

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

background-color css

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

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

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

border-color css

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

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

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