#D63C15

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

Shades of Harley Davidson Orange #D63C15

Tints of Harley Davidson Orange #D63C15

Color information

#D63C15 (or 0xD63C15) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 3C and 15. RGB value is (214,60,21). Sum of RGB (Red+Green+Blue) = 214+60+21=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63C15 is #29C3EA. Grayscale: #656565. Windows color (decimal): -2737131 or 1391830. OLE color: 1391830.

HSL color Cylindrical-coordinate representation of color #D63C15: hue angle of 12.12º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D63C15 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB2146021-
CMYK00.720.900.16
HSL12.12º82.13%46.08%-
HSV(B)12.12º90.19%83.92%-
XYZ29.4817.582.55-
YUV101.682.52208.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 72.54%
GREEN value IS 60 (23.83% from 255) = 20.34%
BLUE value IS 21 (8.59% from 255) = 7.12%
R=72.54%
G=20.34%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214602100.720.900.1612.1282.1346.08
HexD63C150485A10c522e
Octal32674250110132201412256
Binary11010110111100101010100100010110101000011001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63C15; }

 p { color: rgb(214,60,21); }

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

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

 a { background-color: rgb(214,60,21); }

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

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

 span { border-color: rgb(214,60,21); }

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