#9e263d

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

Shades of Bright Red #9E263D

Tints of Bright Red #9E263D

Color information

#9E263D (or 0x9E263D) is unknown color: approx Bright Red. HEX triplet: 9E, 26 and 3D. RGB value is (158,38,61). Sum of RGB (Red+Green+Blue) = 158+38+61=257 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.48% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 158 - color contains mainly: red. Hex color #9E263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E263D is #61D9C2. Grayscale: #4C4C4C. Windows color (decimal): -6412739 or 4007582. OLE color: 4007582.

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

Color convert

RGB1583861-
CMYK00.760.610.38
HSL348.5º61.22%38.43%-
HSV(B)348.5º75.95%61.96%-
XYZ15.648.995.33-
YUV76.5119.26186.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.48%
GREEN value IS 38 (15.23% from 255) = 14.79%
BLUE value IS 61 (24.22% from 255) = 23.74%
R=61.48%
G=14.79%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158386100.760.610.38348.561.2238.43
Hex9E263D04C3D2615c3d26
Octal2364675011475465347546
Binary1001111010011011110101001100111101100110101011100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e263d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,38,61); }

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

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

 a { background-color: rgb(158,38,61); }

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

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

 span { border-color: rgb(158,38,61); }

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