Html Css Color HEX #9E263A Bright Red

📋 copy color: '#9E263A'

red 158 ◦ green 38 ◦ blue 58

#9E263A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #9E263A

Tints of Bright Red #9E263A

RGB

 RED value IS 158 (62.11% from 255) = 62.2%

 GREEN value IS 38 (15.23% from 255) = 14.96%

 BLUE value IS 58 (23.05% from 255) = 22.83%

R = 62.2%
G = 14.96%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9E263A (or 0x9E263A) is known color: Bright Red. HEX triplet: 9E, 26 and 3A. RGB value is (158,38,58). Sum of RGB (Red+Green+Blue) = 158+38+58=254 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.20% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 158 - color contains mainly: red. Hex color #9E263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E263A is #61D9C5. Grayscale: #4C4C4C. Windows color (decimal): -6412742 or 3810974. OLE color: 3810974.

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

Color convert

RGB 158 38 58 -
CMYK 0 0.76 0.63 0.38
HSL 350º 0.61% 0.38% -
HSV(B) 350º 0.76% 0.62% -
XYZ 15.56 8.96 4.91 -
YUV 76.16 117.76 186.37 -
System Red Green Blue C M Y K H S L
Decimal 158 38 58 0 0.76 0.63 0.38 350 0.61 0.38
Hex 9E 26 3A 0 4C 3F 26 15E 3D 26
Octal 236 46 72 0 114 77 46 536 75 46
Binary 10011110 100110 111010 0 1001100 111111 100110 101011110 111101 100110

Color Harmonies of #9E263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E263A

Black with #9E263A

Text Example


Text Example

White with #9E263A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E263A;
 }
 .AnyTagClassName
 {
   color: #9E263A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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