#D42C17

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

Shades of Harley Davidson Orange #D42C17

Tints of Harley Davidson Orange #D42C17

Color information

#D42C17 (or 0xD42C17) is unknown color: approx Harley Davidson Orange. HEX triplet: D4, 2C and 17. RGB value is (212,44,23). Sum of RGB (Red+Green+Blue) = 212+44+23=279 (36% of max value = 765). Red value is 212 (83.20% from 255 or 75.99% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 212 - color contains mainly: red. Hex color #D42C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42C17 is #2BD3E8. Grayscale: #5C5C5C. Windows color (decimal): -2872297 or 1518804. OLE color: 1518804.

HSL color Cylindrical-coordinate representation of color #D42C17: hue angle of 6.67º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D42C17 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB2124423-
CMYK00.790.890.17
HSL6.67º80.43%46.08%-
HSV(B)6.67º89.15%83.14%-
XYZ28.2115.862.39-
YUV91.8489.16213.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 75.99%
GREEN value IS 44 (17.58% from 255) = 15.77%
BLUE value IS 23 (9.38% from 255) = 8.24%
R=75.99%
G=15.77%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212442300.790.890.176.6780.4346.08
HexD42C1704F59117502e
Octal3245427011713121712056
Binary1101010010110010111010011111011001100011111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42C17; }

 p { color: rgb(212,44,23); }

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

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

 a { background-color: rgb(212,44,23); }

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

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

 span { border-color: rgb(212,44,23); }

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