#9F132F

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

Shades of Bright Red #9F132F

Tints of Bright Red #9F132F

Color information

#9F132F (or 0x9F132F) is unknown color: approx Bright Red. HEX triplet: 9F, 13 and 2F. RGB value is (159,19,47). Sum of RGB (Red+Green+Blue) = 159+19+47=225 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.67% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 159 - color contains mainly: red. Hex color #9F132F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F132F is #60ECD0. Grayscale: #404040. Windows color (decimal): -6352081 or 3085215. OLE color: 3085215.

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

Color convert

RGB1591947-
CMYK00.880.700.38
HSL348º78.65%34.9%-
HSV(B)348º88.05%62.35%-
XYZ15.048.043.45-
YUV64.05118.38195.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 70.67%
GREEN value IS 19 (7.81% from 255) = 8.44%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=70.67%
G=8.44%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159194700.880.700.3834878.6534.9
Hex9F132F058462615c4f23
Octal237235701301064653411743
Binary10011111100111011110101100010001101001101010111001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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