#C62313

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

Shades of Harley Davidson Orange #C62313

Tints of Harley Davidson Orange #C62313

Color information

#C62313 (or 0xC62313) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 23 and 13. RGB value is (198,35,19). Sum of RGB (Red+Green+Blue) = 198+35+19=252 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.57% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 198 - color contains mainly: red. Hex color #C62313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62313 is #39DCEC. Grayscale: #525252. Windows color (decimal): -3792109 or 1254342. OLE color: 1254342.

HSL color Cylindrical-coordinate representation of color #C62313: hue angle of 5.36º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C62313 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB1983519-
CMYK00.820.900.22
HSL5.36º82.49%42.55%-
HSV(B)5.36º90.4%77.65%-
XYZ24.0113.251.91-
YUV81.9192.5210.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 78.57%
GREEN value IS 35 (14.06% from 255) = 13.89%
BLUE value IS 19 (7.81% from 255) = 7.54%
R=78.57%
G=13.89%
B=7.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198351900.820.900.225.3682.4942.55
HexC623130525A165522b
Octal3064323012213226512253
Binary1100011010001110011010100101011010101101011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62313; }

 p { color: rgb(198,35,19); }

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

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

 a { background-color: rgb(198,35,19); }

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

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

 span { border-color: rgb(198,35,19); }

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