#C62B17

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

Shades of Harley Davidson Orange #C62B17

Tints of Harley Davidson Orange #C62B17

Color information

#C62B17 (or 0xC62B17) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 2B and 17. RGB value is (198,43,23). Sum of RGB (Red+Green+Blue) = 198+43+23=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62B17 is #39D4E8. Grayscale: #575757. Windows color (decimal): -3790057 or 1518534. OLE color: 1518534.

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

Color convert

RGB1984323-
CMYK00.780.880.22
HSL6.86º79.19%43.33%-
HSV(B)6.86º88.38%77.65%-
XYZ24.3113.82.19-
YUV87.0691.85207.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 75%
GREEN value IS 43 (17.19% from 255) = 16.29%
BLUE value IS 23 (9.38% from 255) = 8.71%
R=75%
G=16.29%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198432300.780.880.226.8679.1943.33
HexC62B1704E581674f2b
Octal3065327011613026711753
Binary1100011010101110111010011101011000101101111001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62B17; }

 p { color: rgb(198,43,23); }

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

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

 a { background-color: rgb(198,43,23); }

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

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

 span { border-color: rgb(198,43,23); }

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