#D52700

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

Shades of Harley Davidson Orange #D52700

Tints of Harley Davidson Orange #D52700

Color information

#D52700 (or 0xD52700) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 27 and 00. RGB value is (213,39,0). Sum of RGB (Red+Green+Blue) = 213+39+0=252 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.52% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 213 - color contains mainly: red. Hex color #D52700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52700 is #2AD8FF. Grayscale: #565656. Windows color (decimal): -2808064 or 10197. OLE color: 10197.

HSL color Cylindrical-coordinate representation of color #D52700: hue angle of 10.99º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D52700 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB213390-
CMYK00.8210.16
HSL10.99º100%41.76%-
HSV(B)10.99º100%83.53%-
XYZ28.1715.61.53-
YUV86.5879.15218.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 84.52%
GREEN value IS 39 (15.62% from 255) = 15.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.52%
G=15.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21339000.8210.1610.9910041.76
HexD52700526410b642a
Octal3254700122144201314452
Binary1101010110011100101001011001001000010111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52700; }

 p { color: rgb(213,39,0); }

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

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

 a { background-color: rgb(213,39,0); }

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

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

 span { border-color: rgb(213,39,0); }

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