#D52800

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

Shades of Harley Davidson Orange #D52800

Tints of Harley Davidson Orange #D52800

Color information

#D52800 (or 0xD52800) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 28 and 00. RGB value is (213,40,0). Sum of RGB (Red+Green+Blue) = 213+40+0=253 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.19% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 213 - color contains mainly: red. Hex color #D52800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52800 is #2AD7FF. Grayscale: #575757. Windows color (decimal): -2807808 or 10453. OLE color: 10453.

HSL color Cylindrical-coordinate representation of color #D52800: hue angle of 11.27º 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 #D52800 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB213400-
CMYK00.8110.16
HSL11.27º100%41.76%-
HSV(B)11.27º100%83.53%-
XYZ28.215.661.54-
YUV87.1778.81217.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 84.19%
GREEN value IS 40 (16.02% from 255) = 15.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.19%
G=15.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21340000.8110.1611.2710041.76
HexD52800516410b642a
Octal3255000121144201314452
Binary1101010110100000101000111001001000010111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52800; }

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

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

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

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

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

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

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

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