#D7300A

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

Shades of Harley Davidson Orange #D7300A

Tints of Harley Davidson Orange #D7300A

Color information

#D7300A (or 0xD7300A) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 30 and 0A. RGB value is (215,48,10). Sum of RGB (Red+Green+Blue) = 215+48+10=273 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.75% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 215 - color contains mainly: red. Hex color #D7300A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7300A is #28CFF5. Grayscale: #5D5D5D. Windows color (decimal): -2674678 or 667863. OLE color: 667863.

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

Color convert

RGB2154810-
CMYK00.780.950.16
HSL11.12º91.11%44.12%-
HSV(B)11.12º95.35%84.31%-
XYZ29.1416.581.95-
YUV93.680.83214.59-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 78.75%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 10 (4.30% from 255) = 3.66%
R=78.75%
G=17.58%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215481000.780.950.1611.1291.1144.12
HexD730A04E5F10b5b2c
Octal32760120116137201313354
Binary1101011111000010100100111010111111000010111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7300A; }

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

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

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

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

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

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

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

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