#C52012

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

Shades of Harley Davidson Orange #C52012

Tints of Harley Davidson Orange #C52012

Color information

#C52012 (or 0xC52012) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 20 and 12. RGB value is (197,32,18). Sum of RGB (Red+Green+Blue) = 197+32+18=247 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.76% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 197 - color contains mainly: red. Hex color #C52012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52012 is #3ADFED. Grayscale: #4F4F4F. Windows color (decimal): -3858414 or 1188037. OLE color: 1188037.

HSL color Cylindrical-coordinate representation of color #C52012: hue angle of 4.69º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C52012 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB1973218-
CMYK00.840.910.23
HSL4.69º83.26%42.16%-
HSV(B)4.69º90.86%77.25%-
XYZ23.6512.951.82-
YUV79.7493.16211.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 79.76%
GREEN value IS 32 (12.89% from 255) = 12.96%
BLUE value IS 18 (7.42% from 255) = 7.29%
R=79.76%
G=12.96%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197321800.840.910.234.6983.2642.16
HexC520120545B175532a
Octal3054022012413327512352
Binary1100010110000010010010101001011011101111011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52012; }

 p { color: rgb(197,32,18); }

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

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

 a { background-color: rgb(197,32,18); }

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

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

 span { border-color: rgb(197,32,18); }

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