#D51F18

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

Shades of Harley Davidson Orange #D51F18

Tints of Harley Davidson Orange #D51F18

Color information

#D51F18 (or 0xD51F18) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 1F and 18. RGB value is (213,31,24). Sum of RGB (Red+Green+Blue) = 213+31+24=268 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.48% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 213 - color contains mainly: red. Hex color #D51F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D51F18 is #2AE0E7. Grayscale: #545454. Windows color (decimal): -2810088 or 1581013. OLE color: 1581013.

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

Color convert

RGB2133124-
CMYK00.850.890.16
HSL2.22º79.75%46.47%-
HSV(B)2.22º88.73%83.53%-
XYZ28.115.192.32-
YUV84.6293.8219.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 79.48%
GREEN value IS 31 (12.5% from 255) = 11.57%
BLUE value IS 24 (9.77% from 255) = 8.96%
R=79.48%
G=11.57%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213312400.850.890.162.2279.7546.47
HexD51F1805559102502e
Octal3253730012513120212056
Binary11010101111111100001010101101100110000101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51F18; }

 p { color: rgb(213,31,24); }

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

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

 a { background-color: rgb(213,31,24); }

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

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

 span { border-color: rgb(213,31,24); }

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