#9F2331

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

Shades of Bright Red #9F2331

Tints of Bright Red #9F2331

Color information

#9F2331 (or 0x9F2331) is unknown color: approx Bright Red. HEX triplet: 9F, 23 and 31. RGB value is (159,35,49). Sum of RGB (Red+Green+Blue) = 159+35+49=243 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.43% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2331 is #60DCCE. Grayscale: #494949. Windows color (decimal): -6347983 or 3220383. OLE color: 3220383.

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

Color convert

RGB1593549-
CMYK00.780.690.38
HSL353.23º63.92%38.04%-
HSV(B)353.23º77.99%62.35%-
XYZ15.458.793.79-
YUV73.67114.08188.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 65.43%
GREEN value IS 35 (14.06% from 255) = 14.40%
BLUE value IS 49 (19.53% from 255) = 20.16%
R=65.43%
G=14.40%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159354900.780.690.38353.2363.9238.04
Hex9F233104E45261614026
Octal237436101161054654110046
Binary100111111000111100010100111010001011001101011000011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,35,49); }

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

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

 a { background-color: rgb(159,35,49); }

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

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

 span { border-color: rgb(159,35,49); }

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