#D93919

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

Shades of Harley Davidson Orange #D93919

Tints of Harley Davidson Orange #D93919

Color information

#D93919 (or 0xD93919) is unknown color: approx Harley Davidson Orange. HEX triplet: D9, 39 and 19. RGB value is (217,57,25). Sum of RGB (Red+Green+Blue) = 217+57+25=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D93919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93919 is #26C6E6. Grayscale: #656565. Windows color (decimal): -2541287 or 1653209. OLE color: 1653209.

HSL color Cylindrical-coordinate representation of color #D93919: hue angle of 10º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D93919 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB2175725-
CMYK00.740.880.15
HSL10º79.34%47.45%-
HSV(B)10º88.48%85.1%-
XYZ30.2517.752.75-
YUV101.1985.01210.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 72.58%
GREEN value IS 57 (22.66% from 255) = 19.06%
BLUE value IS 25 (10.16% from 255) = 8.36%
R=72.58%
G=19.06%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.88
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217572500.740.880.151079.3447.45
HexD9391904A58Fa4f2f
Octal33171310112130171211757
Binary1101100111100111001010010101011000111110101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93919; }

 p { color: rgb(217,57,25); }

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

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

 a { background-color: rgb(217,57,25); }

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

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

 span { border-color: rgb(217,57,25); }

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