#D8240A

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

Shades of Harley Davidson Orange #D8240A

Tints of Harley Davidson Orange #D8240A

Color information

#D8240A (or 0xD8240A) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 24 and 0A. RGB value is (216,36,10). Sum of RGB (Red+Green+Blue) = 216+36+10=262 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.44% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 216 - color contains mainly: red. Hex color #D8240A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8240A is #27DBF5. Grayscale: #575757. Windows color (decimal): -2612214 or 664792. OLE color: 664792.

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

Color convert

RGB2163610-
CMYK00.830.950.15
HSL7.57º91.15%44.31%-
HSV(B)7.57º95.37%84.71%-
XYZ2915.881.82-
YUV86.8684.63220.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 82.44%
GREEN value IS 36 (14.45% from 255) = 13.74%
BLUE value IS 10 (4.30% from 255) = 3.82%
R=82.44%
G=13.74%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216361000.830.950.157.5791.1544.31
HexD824A0535FF85b2c
Octal33044120123137171013354
Binary110110001001001010010100111011111111110001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8240A; }

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

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

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

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

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

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

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

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