#D42F17

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

Shades of Harley Davidson Orange #D42F17

Tints of Harley Davidson Orange #D42F17

Color information

#D42F17 (or 0xD42F17) is unknown color: approx Harley Davidson Orange. HEX triplet: D4, 2F and 17. RGB value is (212,47,23). Sum of RGB (Red+Green+Blue) = 212+47+23=282 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.18% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42F17 is #2BD0E8. Grayscale: #5D5D5D. Windows color (decimal): -2871529 or 1519572. OLE color: 1519572.

HSL color Cylindrical-coordinate representation of color #D42F17: hue angle of 7.62º 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 #D42F17 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB2124723-
CMYK00.780.890.17
HSL7.62º80.43%46.08%-
HSV(B)7.62º89.15%83.14%-
XYZ28.3216.092.42-
YUV93.688.16212.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 75.18%
GREEN value IS 47 (18.75% from 255) = 16.67%
BLUE value IS 23 (9.38% from 255) = 8.16%
R=75.18%
G=16.67%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212472300.780.890.177.6280.4346.08
HexD42F1704E59118502e
Octal32457270116131211012056
Binary11010100101111101110100111010110011000110001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42F17; }

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

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

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

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

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

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

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

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