#9F163C

Color #9F163C Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #9F163C

Tints of Bright Red #9F163C

Color information

#9F163C (or 0x9F163C) is unknown color: approx Bright Red. HEX triplet: 9F, 16 and 3C. RGB value is (159,22,60). Sum of RGB (Red+Green+Blue) = 159+22+60=241 (31% of max value = 765). Red value is 159 (62.5% from 255 or 65.98% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 159 - color contains mainly: red. Hex color #9F163C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F163C is #60E9C3. Grayscale: #434343. Windows color (decimal): -6351300 or 3937951. OLE color: 3937951.

HSL color Cylindrical-coordinate representation of color #9F163C: hue angle of 343.36º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F163C is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB1592260-
CMYK00.860.620.38
HSL343.36º75.69%35.49%-
HSV(B)343.36º86.16%62.35%-
XYZ15.48.275.06-
YUV67.3123.89193.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 65.98%
GREEN value IS 22 (8.98% from 255) = 9.13%
BLUE value IS 60 (23.83% from 255) = 24.90%
R=65.98%
G=9.13%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159226000.860.620.38343.3675.6935.49
Hex9F163C0563E261574c23
Octal23726740126764652711443
Binary1001111110110111100010101101111101001101010101111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F163C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F163C; }

 p { color: rgb(159,22,60); }

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

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

 a { background-color: rgb(159,22,60); }

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

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

 span { border-color: rgb(159,22,60); }

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