#9E243B

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

Shades of Bright Red #9E243B

Tints of Bright Red #9E243B

Color information

#9E243B (or 0x9E243B) is unknown color: approx Bright Red. HEX triplet: 9E, 24 and 3B. RGB value is (158,36,59). Sum of RGB (Red+Green+Blue) = 158+36+59=253 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.45% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 158 - color contains mainly: red. Hex color #9E243B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E243B is #61DBC4. Grayscale: #4B4B4B. Windows color (decimal): -6413253 or 3875998. OLE color: 3875998.

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

Color convert

RGB1583659-
CMYK00.770.630.38
HSL348.69º62.89%38.04%-
HSV(B)348.69º77.22%61.96%-
XYZ15.528.855.03-
YUV75.1118.92187.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 62.45%
GREEN value IS 36 (14.45% from 255) = 14.23%
BLUE value IS 59 (23.44% from 255) = 23.32%
R=62.45%
G=14.23%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158365900.770.630.38348.6962.8938.04
Hex9E243B04D3F2615d3f26
Octal2364473011577465357746
Binary1001111010010011101101001101111111100110101011101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E243B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,36,59); }

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

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

 a { background-color: rgb(158,36,59); }

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

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

 span { border-color: rgb(158,36,59); }

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