#C52E16

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

Shades of Harley Davidson Orange #C52E16

Tints of Harley Davidson Orange #C52E16

Color information

#C52E16 (or 0xC52E16) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 2E and 16. RGB value is (197,46,22). Sum of RGB (Red+Green+Blue) = 197+46+22=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52E16 is #3AD1E9. Grayscale: #585858. Windows color (decimal): -3854826 or 1453765. OLE color: 1453765.

HSL color Cylindrical-coordinate representation of color #C52E16: hue angle of 8.23º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C52E16 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB1974622-
CMYK00.770.890.23
HSL8.23º79.91%42.94%-
HSV(B)8.23º88.83%77.25%-
XYZ24.1513.882.17-
YUV88.4190.53205.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 74.34%
GREEN value IS 46 (18.36% from 255) = 17.36%
BLUE value IS 22 (8.98% from 255) = 8.30%
R=74.34%
G=17.36%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197462200.770.890.238.2379.9142.94
HexC52E1604D59178502b
Octal30556260115131271012053
Binary11000101101110101100100110110110011011110001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52E16; }

 p { color: rgb(197,46,22); }

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

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

 a { background-color: rgb(197,46,22); }

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

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

 span { border-color: rgb(197,46,22); }

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