#9F122F

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

Shades of Bright Red #9F122F

Tints of Bright Red #9F122F

Color information

#9F122F (or 0x9F122F) is unknown color: approx Bright Red. HEX triplet: 9F, 12 and 2F. RGB value is (159,18,47). Sum of RGB (Red+Green+Blue) = 159+18+47=224 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.98% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 159 - color contains mainly: red. Hex color #9F122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F122F is #60EDD0. Grayscale: #3F3F3F. Windows color (decimal): -6352337 or 3084959. OLE color: 3084959.

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

Color convert

RGB1591847-
CMYK00.890.700.38
HSL347.66º79.66%34.71%-
HSV(B)347.66º88.68%62.35%-
XYZ15.038.013.44-
YUV63.46118.71196.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 70.98%
GREEN value IS 18 (7.42% from 255) = 8.04%
BLUE value IS 47 (18.75% from 255) = 20.98%
R=70.98%
G=8.04%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159184700.890.700.38347.6679.6634.71
Hex9F122F059462615c5023
Octal237225701311064653412043
Binary10011111100101011110101100110001101001101010111001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,18,47); }

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

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

 a { background-color: rgb(159,18,47); }

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

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

 span { border-color: rgb(159,18,47); }

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