#D83015

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

Shades of Harley Davidson Orange #D83015

Tints of Harley Davidson Orange #D83015

Color information

#D83015 (or 0xD83015) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 30 and 15. RGB value is (216,48,21). Sum of RGB (Red+Green+Blue) = 216+48+21=285 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.79% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 216 - color contains mainly: red. Hex color #D83015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83015 is #27CFEA. Grayscale: #5F5F5F. Windows color (decimal): -2609131 or 1388760. OLE color: 1388760.

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

Color convert

RGB2164821-
CMYK00.780.900.15
HSL8.31º82.28%46.47%-
HSV(B)8.31º90.28%84.71%-
XYZ29.5116.772.39-
YUV95.1586.16214.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 75.79%
GREEN value IS 48 (19.14% from 255) = 16.84%
BLUE value IS 21 (8.59% from 255) = 7.37%
R=75.79%
G=16.84%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216482100.780.900.158.3182.2846.47
HexD8301504E5AF8522e
Octal33060250116132171012256
Binary1101100011000010101010011101011010111110001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83015; }

 p { color: rgb(216,48,21); }

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

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

 a { background-color: rgb(216,48,21); }

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

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

 span { border-color: rgb(216,48,21); }

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