#9F132C

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

Shades of Bright Red #9F132C

Tints of Bright Red #9F132C

Color information

#9F132C (or 0x9F132C) is unknown color: approx Bright Red. HEX triplet: 9F, 13 and 2C. RGB value is (159,19,44). Sum of RGB (Red+Green+Blue) = 159+19+44=222 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.62% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 159 - color contains mainly: red. Hex color #9F132C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F132C is #60ECD3. Grayscale: #3F3F3F. Windows color (decimal): -6352084 or 2888607. OLE color: 2888607.

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

Color convert

RGB1591944-
CMYK00.880.720.38
HSL349.29º78.65%34.9%-
HSV(B)349.29º88.05%62.35%-
XYZ14.998.023.14-
YUV63.71116.88195.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 71.62%
GREEN value IS 19 (7.81% from 255) = 8.56%
BLUE value IS 44 (17.58% from 255) = 19.82%
R=71.62%
G=8.56%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159194400.880.720.38349.2978.6534.9
Hex9F132C058482615d4f23
Octal237235401301104653511743
Binary10011111100111011000101100010010001001101010111011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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