#D7300E

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

Shades of Harley Davidson Orange #D7300E

Tints of Harley Davidson Orange #D7300E

Color information

#D7300E (or 0xD7300E) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 30 and 0E. RGB value is (215,48,14). Sum of RGB (Red+Green+Blue) = 215+48+14=277 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.62% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 215 - color contains mainly: red. Hex color #D7300E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7300E is #28CFF1. Grayscale: #5E5E5E. Windows color (decimal): -2674674 or 930007. OLE color: 930007.

HSL color Cylindrical-coordinate representation of color #D7300E: hue angle of 10.15º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7300E is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB2154814-
CMYK00.780.930.16
HSL10.15º87.77%44.9%-
HSV(B)10.15º93.49%84.31%-
XYZ29.1616.592.08-
YUV94.0682.83214.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 77.62%
GREEN value IS 48 (19.14% from 255) = 17.33%
BLUE value IS 14 (5.86% from 255) = 5.05%
R=77.62%
G=17.33%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215481400.780.930.1610.1587.7744.9
HexD730E04E5D10a582d
Octal32760160116135201213055
Binary1101011111000011100100111010111011000010101011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7300E; }

 p { color: rgb(215,48,14); }

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

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

 a { background-color: rgb(215,48,14); }

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

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

 span { border-color: rgb(215,48,14); }

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