#9F192A

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

Shades of Bright Red #9F192A

Tints of Bright Red #9F192A

Color information

#9F192A (or 0x9F192A) is unknown color: approx Bright Red. HEX triplet: 9F, 19 and 2A. RGB value is (159,25,42). Sum of RGB (Red+Green+Blue) = 159+25+42=226 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.35% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 159 - color contains mainly: red. Hex color #9F192A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F192A is #60E6D5. Grayscale: #434343. Windows color (decimal): -6350550 or 2759071. OLE color: 2759071.

HSL color Cylindrical-coordinate representation of color #9F192A: hue angle of 352.39º 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 #9F192A is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.38.

Color convert

RGB1592542-
CMYK00.840.740.38
HSL352.39º72.83%36.08%-
HSV(B)352.39º84.28%62.35%-
XYZ15.068.232.99-
YUV67113.89193.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 70.35%
GREEN value IS 25 (10.16% from 255) = 11.06%
BLUE value IS 42 (16.80% from 255) = 18.58%
R=70.35%
G=11.06%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159254200.840.740.38352.3972.8336.08
Hex9F192A0544A261604924
Octal237315201241124654011144
Binary10011111110011010100101010010010101001101011000001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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