#D8240C

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

Shades of Harley Davidson Orange #D8240C

Tints of Harley Davidson Orange #D8240C

Color information

#D8240C (or 0xD8240C) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 24 and 0C. RGB value is (216,36,12). Sum of RGB (Red+Green+Blue) = 216+36+12=264 (34% of max value = 765). Red value is 216 (84.77% from 255 or 81.82% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 216 - color contains mainly: red. Hex color #D8240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8240C is #27DBF3. Grayscale: #575757. Windows color (decimal): -2612212 or 795864. OLE color: 795864.

HSL color Cylindrical-coordinate representation of color #D8240C: hue angle of 7.06º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8240C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB2163612-
CMYK00.830.940.15
HSL7.06º89.47%44.71%-
HSV(B)7.06º94.44%84.71%-
XYZ29.0215.891.89-
YUV87.0885.63219.95-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 81.82%
GREEN value IS 36 (14.45% from 255) = 13.64%
BLUE value IS 12 (5.08% from 255) = 4.55%
R=81.82%
G=13.64%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216361200.830.940.157.0689.4744.71
HexD824C0535EF7592d
Octal3304414012313617713155
Binary11011000100100110001010011101111011111111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8240C; }

 p { color: rgb(216,36,12); }

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

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

 a { background-color: rgb(216,36,12); }

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

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

 span { border-color: rgb(216,36,12); }

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