#C52308

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

Shades of Harley Davidson Orange #C52308

Tints of Harley Davidson Orange #C52308

Color information

#C52308 (or 0xC52308) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 23 and 08. RGB value is (197,35,8). Sum of RGB (Red+Green+Blue) = 197+35+8=240 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.08% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 197 - color contains mainly: red. Hex color #C52308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52308 is #3ADCF7. Grayscale: #505050. Windows color (decimal): -3857656 or 533445. OLE color: 533445.

HSL color Cylindrical-coordinate representation of color #C52308: hue angle of 8.57º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C52308 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB197358-
CMYK00.820.960.23
HSL8.57º92.2%40.2%-
HSV(B)8.57º95.94%77.25%-
XYZ23.6713.091.51-
YUV80.3687.17211.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 82.08%
GREEN value IS 35 (14.06% from 255) = 14.58%
BLUE value IS 8 (3.52% from 255) = 3.33%
R=82.08%
G=14.58%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19735800.820.960.238.5792.240.2
HexC5238052601795c28
Octal30543100122140271113450
Binary1100010110001110000101001011000001011110011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52308; }

 p { color: rgb(197,35,8); }

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

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

 a { background-color: rgb(197,35,8); }

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

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

 span { border-color: rgb(197,35,8); }

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