#9E273F

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

Shades of Bright Red #9E273F

Tints of Bright Red #9E273F

Color information

#9E273F (or 0x9E273F) is unknown color: approx Bright Red. HEX triplet: 9E, 27 and 3F. RGB value is (158,39,63). Sum of RGB (Red+Green+Blue) = 158+39+63=260 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.77% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 158 - color contains mainly: red. Hex color #9E273F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E273F is #61D8C0. Grayscale: #4D4D4D. Windows color (decimal): -6412481 or 4138910. OLE color: 4138910.

HSL color Cylindrical-coordinate representation of color #9E273F: hue angle of 347.9º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E273F is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB1583963-
CMYK00.750.600.38
HSL347.9º60.41%38.63%-
HSV(B)347.9º75.32%61.96%-
XYZ15.729.085.63-
YUV77.32119.92185.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.77%
GREEN value IS 39 (15.62% from 255) = 15%
BLUE value IS 63 (25% from 255) = 24.23%
R=60.77%
G=15%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158396300.750.600.38347.960.4138.63
Hex9E273F04B3C2615c3c27
Octal2364777011374465347447
Binary1001111010011111111101001011111100100110101011100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E273F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,39,63); }

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

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

 a { background-color: rgb(158,39,63); }

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

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

 span { border-color: rgb(158,39,63); }

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