#D6300B

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

Shades of Harley Davidson Orange #D6300B

Tints of Harley Davidson Orange #D6300B

Color information

#D6300B (or 0xD6300B) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 30 and 0B. RGB value is (214,48,11). Sum of RGB (Red+Green+Blue) = 214+48+11=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D6300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6300B is #29CFF4. Grayscale: #5D5D5D. Windows color (decimal): -2740213 or 733398. OLE color: 733398.

HSL color Cylindrical-coordinate representation of color #D6300B: hue angle of 10.94º degrees, saturation: 0.9, 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 #D6300B is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB2144811-
CMYK00.780.950.16
HSL10.94º90.22%44.12%-
HSV(B)10.94º94.86%83.92%-
XYZ28.8516.431.97-
YUV93.4281.5214.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 78.39%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 11 (4.69% from 255) = 4.03%
R=78.39%
G=17.58%
B=4.03%

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
Decimal214481100.780.950.1610.9490.2244.12
HexD630B04E5F10b5a2c
Octal32660130116137201313254
Binary1101011011000010110100111010111111000010111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6300B; }

 p { color: rgb(214,48,11); }

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

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

 a { background-color: rgb(214,48,11); }

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

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

 span { border-color: rgb(214,48,11); }

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