#D52A11

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

Shades of Harley Davidson Orange #D52A11

Tints of Harley Davidson Orange #D52A11

Color information

#D52A11 (or 0xD52A11) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 2A and 11. RGB value is (213,42,17). Sum of RGB (Red+Green+Blue) = 213+42+17=272 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.31% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 213 - color contains mainly: red. Hex color #D52A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52A11 is #2AD5EE. Grayscale: #5A5A5A. Windows color (decimal): -2807279 or 1125077. OLE color: 1125077.

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

Color convert

RGB2134217-
CMYK00.800.920.16
HSL7.65º85.22%45.1%-
HSV(B)7.65º92.02%83.53%-
XYZ28.3715.842.09-
YUV90.2886.65215.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 78.31%
GREEN value IS 42 (16.80% from 255) = 15.44%
BLUE value IS 17 (7.03% from 255) = 6.25%
R=78.31%
G=15.44%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213421700.800.920.167.6585.2245.1
HexD52A110505C108552d
Octal32552210120134201012555
Binary11010101101010100010101000010111001000010001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52A11; }

 p { color: rgb(213,42,17); }

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

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

 a { background-color: rgb(213,42,17); }

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

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

 span { border-color: rgb(213,42,17); }

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