#D83102

Color #D83102 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #D83102

Tints of Harley Davidson Orange #D83102

Color information

#D83102 (or 0xD83102) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 31 and 02. RGB value is (216,49,2). Sum of RGB (Red+Green+Blue) = 216+49+2=267 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.90% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 216 - color contains mainly: red. Hex color #D83102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83102 is #27CEFD. Grayscale: #5D5D5D. Windows color (decimal): -2608894 or 143832. OLE color: 143832.

HSL color Cylindrical-coordinate representation of color #D83102: hue angle of 13.18º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D83102 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB216492-
CMYK00.770.990.15
HSL13.18º98.17%42.75%-
HSV(B)13.18º99.07%84.71%-
XYZ29.4316.81.75-
YUV93.5876.33215.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 80.90%
GREEN value IS 49 (19.53% from 255) = 18.35%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=80.90%
G=18.35%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.99
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21649200.770.990.1513.1898.1742.75
HexD831204D63Fd622b
Octal3306120115143171514253
Binary1101100011000110010011011100011111111011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83102; }

 p { color: rgb(216,49,2); }

 H1.HeaderClassName
 {
   color: #D83102;
 }
 .AnyTagClassName
 {
   color: #D83102;
 }
</style>
background-color css

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

 a { background-color: rgb(216,49,2); }

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

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

 span { border-color: rgb(216,49,2); }

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