Html Css Color HEX #D82012 Harley Davidson Orange

📋 copy color: '#D82012'

red 216 ◦ green 32 ◦ blue 18

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

Shades of Harley Davidson Orange #D82012

Tints of Harley Davidson Orange #D82012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.03%

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

R = 81.2%
G = 12.03%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D82012 (or 0xD82012) is known color: Harley Davidson Orange. HEX triplet: D8, 20 and 12. RGB value is (216,32,18). Sum of RGB (Red+Green+Blue) = 216+32+18=266 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.20% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 216 - color contains mainly: red. Hex color #D82012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82012 is #27DFED. Grayscale: #555555. Windows color (decimal): -2613230 or 1188056. OLE color: 1188056.

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

Color convert

RGB 216 32 18 -
CMYK 0 0.85 0.92 0.15
HSL 4.24º 0.85% 0.46% -
HSV(B) 4.24º 0.92% 0.85% -
XYZ 28.94 15.68 2.07 -
YUV 85.42 89.96 221.14 -
System Red Green Blue C M Y K H S L
Decimal 216 32 18 0 0.85 0.92 0.15 4.24 0.85 0.46
Hex D8 20 12 0 55 5C F 4 55 2E
Octal 330 40 22 0 125 134 17 4 125 56
Binary 11011000 100000 10010 0 1010101 1011100 1111 100 1010101 101110

Color Harmonies of #D82012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82012

Black with #D82012

Text Example


Text Example

White with #D82012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82012; }

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

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

background-color css

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

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

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

border-color css

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

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

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