#C62413

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

Shades of Harley Davidson Orange #C62413

Tints of Harley Davidson Orange #C62413

Color information

#C62413 (or 0xC62413) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 24 and 13. RGB value is (198,36,19). Sum of RGB (Red+Green+Blue) = 198+36+19=253 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.26% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 198 - color contains mainly: red. Hex color #C62413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62413 is #39DBEC. Grayscale: #525252. Windows color (decimal): -3791853 or 1254598. OLE color: 1254598.

HSL color Cylindrical-coordinate representation of color #C62413: hue angle of 5.7º 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 #C62413 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB1983619-
CMYK00.820.900.22
HSL5.7º82.49%42.55%-
HSV(B)5.7º90.4%77.65%-
XYZ24.0413.311.92-
YUV82.592.17210.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 78.26%
GREEN value IS 36 (14.45% from 255) = 14.23%
BLUE value IS 19 (7.81% from 255) = 7.51%
R=78.26%
G=14.23%
B=7.51%

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
Decimal198361900.820.900.225.782.4942.55
HexC624130525A166522b
Octal3064423012213226612253
Binary1100011010010010011010100101011010101101101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62413; }

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

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

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

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

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

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

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

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