#9E122F

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

Shades of Bright Red #9E122F

Tints of Bright Red #9E122F

Color information

#9E122F (or 0x9E122F) is unknown color: approx Bright Red. HEX triplet: 9E, 12 and 2F. RGB value is (158,18,47). Sum of RGB (Red+Green+Blue) = 158+18+47=223 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.85% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 158 - color contains mainly: red. Hex color #9E122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E122F is #61EDD0. Grayscale: #3F3F3F. Windows color (decimal): -6417873 or 3084958. OLE color: 3084958.

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

Color convert

RGB1581847-
CMYK00.890.700.38
HSL347.57º79.55%34.51%-
HSV(B)347.57º88.61%61.96%-
XYZ14.837.913.43-
YUV63.17118.88195.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 70.85%
GREEN value IS 18 (7.42% from 255) = 8.07%
BLUE value IS 47 (18.75% from 255) = 21.08%
R=70.85%
G=8.07%
B=21.08%

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
Decimal158184700.890.700.38347.5779.5534.51
Hex9E122F059462615c5023
Octal236225701311064653412043
Binary10011110100101011110101100110001101001101010111001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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