#D9230B

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

Shades of Harley Davidson Orange #D9230B

Tints of Harley Davidson Orange #D9230B

Color information

#D9230B (or 0xD9230B) is unknown color: approx Harley Davidson Orange. HEX triplet: D9, 23 and 0B. RGB value is (217,35,11). Sum of RGB (Red+Green+Blue) = 217+35+11=263 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.51% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 217 - color contains mainly: red. Hex color #D9230B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9230B is #26DCF4. Grayscale: #565656. Windows color (decimal): -2546933 or 730073. OLE color: 730073.

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

Color convert

RGB2173511-
CMYK00.840.950.15
HSL6.99º90.35%44.71%-
HSV(B)6.99º94.93%85.1%-
XYZ29.2815.981.86-
YUV86.6885.3220.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 82.51%
GREEN value IS 35 (14.06% from 255) = 13.31%
BLUE value IS 11 (4.69% from 255) = 4.18%
R=82.51%
G=13.31%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217351100.840.950.156.9990.3544.71
HexD923B0545FF75a2d
Octal3314313012413717713255
Binary11011001100011101101010100101111111111111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9230B; }

 p { color: rgb(217,35,11); }

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

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

 a { background-color: rgb(217,35,11); }

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

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

 span { border-color: rgb(217,35,11); }

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