#D02315

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

Shades of Harley Davidson Orange #D02315

Tints of Harley Davidson Orange #D02315

Color information

#D02315 (or 0xD02315) is unknown color: approx Harley Davidson Orange. HEX triplet: D0, 23 and 15. RGB value is (208,35,21). Sum of RGB (Red+Green+Blue) = 208+35+21=264 (34% of max value = 765). Red value is 208 (81.64% from 255 or 78.79% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 208 - color contains mainly: red. Hex color #D02315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02315 is #2FDCEA. Grayscale: #555555. Windows color (decimal): -3136747 or 1385424. OLE color: 1385424.

HSL color Cylindrical-coordinate representation of color #D02315: hue angle of 4.49º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D02315 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB2083521-
CMYK00.830.900.18
HSL4.49º81.66%44.9%-
HSV(B)4.49º89.9%81.57%-
XYZ26.7514.672.13-
YUV85.1391.81215.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 78.79%
GREEN value IS 35 (14.06% from 255) = 13.26%
BLUE value IS 21 (8.59% from 255) = 7.95%
R=78.79%
G=13.26%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208352100.830.900.184.4981.6644.9
HexD023150535A124522d
Octal3204325012313222412255
Binary1101000010001110101010100111011010100101001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02315; }

 p { color: rgb(208,35,21); }

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

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

 a { background-color: rgb(208,35,21); }

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

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

 span { border-color: rgb(208,35,21); }

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