#D5300E

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

Shades of Harley Davidson Orange #D5300E

Tints of Harley Davidson Orange #D5300E

Color information

#D5300E (or 0xD5300E) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 30 and 0E. RGB value is (213,48,14). Sum of RGB (Red+Green+Blue) = 213+48+14=275 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.45% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 213 - color contains mainly: red. Hex color #D5300E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5300E is #2ACFF1. Grayscale: #5D5D5D. Windows color (decimal): -2805746 or 930005. OLE color: 930005.

HSL color Cylindrical-coordinate representation of color #D5300E: hue angle of 10.25º 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 #D5300E is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB2134814-
CMYK00.770.930.16
HSL10.25º87.67%44.51%-
HSV(B)10.25º93.43%83.53%-
XYZ28.5816.292.05-
YUV93.4683.16213.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 77.45%
GREEN value IS 48 (19.14% from 255) = 17.45%
BLUE value IS 14 (5.86% from 255) = 5.09%
R=77.45%
G=17.45%
B=5.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213481400.770.930.1610.2587.6744.51
HexD530E04D5D10a582d
Octal32560160115135201213055
Binary1101010111000011100100110110111011000010101011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5300E; }

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

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

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

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

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

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

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

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