#9E273A

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

Shades of Bright Red #9E273A

Tints of Bright Red #9E273A

Color information

#9E273A (or 0x9E273A) is unknown color: approx Bright Red. HEX triplet: 9E, 27 and 3A. RGB value is (158,39,58). Sum of RGB (Red+Green+Blue) = 158+39+58=255 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.96% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 158 - color contains mainly: red. Hex color #9E273A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E273A is #61D8C5. Grayscale: #4C4C4C. Windows color (decimal): -6412486 or 3811230. OLE color: 3811230.

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

Color convert

RGB1583958-
CMYK00.750.630.38
HSL350.42º60.41%38.63%-
HSV(B)350.42º75.32%61.96%-
XYZ15.599.034.92-
YUV76.75117.42185.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.96%
GREEN value IS 39 (15.62% from 255) = 15.29%
BLUE value IS 58 (23.05% from 255) = 22.75%
R=61.96%
G=15.29%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158395800.750.630.38350.4260.4138.63
Hex9E273A04B3F2615e3c27
Octal2364772011377465367447
Binary1001111010011111101001001011111111100110101011110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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