#D8331E

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

Shades of Harley Davidson Orange #D8331E

Tints of Harley Davidson Orange #D8331E

Color information

#D8331E (or 0xD8331E) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 33 and 1E. RGB value is (216,51,30). Sum of RGB (Red+Green+Blue) = 216+51+30=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D8331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8331E is #27CCE1. Grayscale: #626262. Windows color (decimal): -2608354 or 1979352. OLE color: 1979352.

HSL color Cylindrical-coordinate representation of color #D8331E: hue angle of 6.77º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8331E is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB2165130-
CMYK00.760.860.15
HSL6.77º75.61%48.24%-
HSV(B)6.77º86.11%84.71%-
XYZ29.7417.062.95-
YUV97.9489.66212.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 72.73%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 30 (12.11% from 255) = 10.10%
R=72.73%
G=17.17%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216513000.760.860.156.7775.6148.24
HexD8331E04C56F74c30
Octal3306336011412617711460
Binary110110001100111111001001100101011011111111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8331E; }

 p { color: rgb(216,51,30); }

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

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

 a { background-color: rgb(216,51,30); }

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

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

 span { border-color: rgb(216,51,30); }

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