#9E283C

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

Shades of Bright Red #9E283C

Tints of Bright Red #9E283C

Color information

#9E283C (or 0x9E283C) is unknown color: approx Bright Red. HEX triplet: 9E, 28 and 3C. RGB value is (158,40,60). Sum of RGB (Red+Green+Blue) = 158+40+60=258 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.24% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 158 - color contains mainly: red. Hex color #9E283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E283C is #61D7C3. Grayscale: #4D4D4D. Windows color (decimal): -6412228 or 3942558. OLE color: 3942558.

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

Color convert

RGB1584060-
CMYK00.750.620.38
HSL349.83º59.6%38.82%-
HSV(B)349.83º74.68%61.96%-
XYZ15.679.115.21-
YUV77.56118.09185.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.24%
GREEN value IS 40 (16.02% from 255) = 15.50%
BLUE value IS 60 (23.83% from 255) = 23.26%
R=61.24%
G=15.50%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158406000.750.620.38349.8359.638.82
Hex9E283C04B3E2615e3c27
Octal2365074011376465367447
Binary1001111010100011110001001011111110100110101011110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,40,60); }

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

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

 a { background-color: rgb(158,40,60); }

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

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

 span { border-color: rgb(158,40,60); }

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