#D23220

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

Shades of Harley Davidson Orange #D23220

Tints of Harley Davidson Orange #D23220

Color information

#D23220 (or 0xD23220) is unknown color: approx Harley Davidson Orange. HEX triplet: D2, 32 and 20. RGB value is (210,50,32). Sum of RGB (Red+Green+Blue) = 210+50+32=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D23220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23220 is #2DCDDF. Grayscale: #606060. Windows color (decimal): -3001824 or 2110162. OLE color: 2110162.

HSL color Cylindrical-coordinate representation of color #D23220: hue angle of 6.07º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D23220 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB2105032-
CMYK00.760.850.18
HSL6.07º73.55%47.45%-
HSV(B)6.07º84.76%82.35%-
XYZ27.9816.093-
YUV95.7992.01209.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 71.92%
GREEN value IS 50 (19.92% from 255) = 17.12%
BLUE value IS 32 (12.89% from 255) = 10.96%
R=71.92%
G=17.12%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210503200.760.850.186.0773.5547.45
HexD2322004C551264a2f
Octal3226240011412522611257
Binary11010010110010100000010011001010101100101101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23220; }

 p { color: rgb(210,50,32); }

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

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

 a { background-color: rgb(210,50,32); }

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

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

 span { border-color: rgb(210,50,32); }

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