#D02313

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

Shades of Harley Davidson Orange #D02313

Tints of Harley Davidson Orange #D02313

Color information

#D02313 (or 0xD02313) is unknown color: approx Harley Davidson Orange. HEX triplet: D0, 23 and 13. RGB value is (208,35,19). Sum of RGB (Red+Green+Blue) = 208+35+19=262 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.39% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 208 - color contains mainly: red. Hex color #D02313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02313 is #2FDCEC. Grayscale: #555555. Windows color (decimal): -3136749 or 1254352. OLE color: 1254352.

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

Color convert

RGB2083519-
CMYK00.830.910.18
HSL5.08º83.26%44.51%-
HSV(B)5.08º90.87%81.57%-
XYZ26.7314.662.04-
YUV84.990.81215.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 79.39%
GREEN value IS 35 (14.06% from 255) = 13.36%
BLUE value IS 19 (7.81% from 255) = 7.25%
R=79.39%
G=13.36%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.91
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208351900.830.910.185.0883.2644.51
HexD023130535B125532d
Octal3204323012313322512355
Binary1101000010001110011010100111011011100101011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02313; }

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

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

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

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

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

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

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

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