#D93419

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

Shades of Harley Davidson Orange #D93419

Tints of Harley Davidson Orange #D93419

Color information

#D93419 (or 0xD93419) is unknown color: approx Harley Davidson Orange. HEX triplet: D9, 34 and 19. RGB value is (217,52,25). Sum of RGB (Red+Green+Blue) = 217+52+25=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D93419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93419 is #26CBE6. Grayscale: #626262. Windows color (decimal): -2542567 or 1651929. OLE color: 1651929.

HSL color Cylindrical-coordinate representation of color #D93419: hue angle of 8.44º 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 #D93419 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB2175225-
CMYK00.760.880.15
HSL8.44º79.34%47.45%-
HSV(B)8.44º88.48%85.1%-
XYZ30.0217.282.67-
YUV98.2686.66212.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 73.81%
GREEN value IS 52 (20.70% from 255) = 17.69%
BLUE value IS 25 (10.16% from 255) = 8.50%
R=73.81%
G=17.69%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217522500.760.880.158.4479.3447.45
HexD9341904C58F84f2f
Octal33164310114130171011757
Binary1101100111010011001010011001011000111110001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93419; }

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

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

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

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

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

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

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

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