#9F192B

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

Shades of Bright Red #9F192B

Tints of Bright Red #9F192B

Color information

#9F192B (or 0x9F192B) is unknown color: approx Bright Red. HEX triplet: 9F, 19 and 2B. RGB value is (159,25,43). Sum of RGB (Red+Green+Blue) = 159+25+43=227 (30% of max value = 765). Red value is 159 (62.5% from 255 or 70.04% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 159 - color contains mainly: red. Hex color #9F192B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F192B is #60E6D4. Grayscale: #434343. Windows color (decimal): -6350549 or 2824607. OLE color: 2824607.

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

Color convert

RGB1592543-
CMYK00.840.730.38
HSL351.94º72.83%36.08%-
HSV(B)351.94º84.28%62.35%-
XYZ15.088.243.08-
YUV67.12114.39193.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 70.04%
GREEN value IS 25 (10.16% from 255) = 11.01%
BLUE value IS 43 (17.19% from 255) = 18.94%
R=70.04%
G=11.01%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159254300.840.730.38351.9472.8336.08
Hex9F192B05449261604924
Octal237315301241114654011144
Binary10011111110011010110101010010010011001101011000001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,25,43); }

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

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

 a { background-color: rgb(159,25,43); }

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

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

 span { border-color: rgb(159,25,43); }

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