Html Css Color HEX #9E163B Bright Red

📋 copy color: '#9E163B'

red 158 ◦ green 22 ◦ blue 59

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

Shades of Bright Red #9E163B

Tints of Bright Red #9E163B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.21%

 BLUE value IS 59 (23.44% from 255) = 24.69%

R = 66.11%
G = 9.21%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9E163B (or 0x9E163B) is known color: Bright Red. HEX triplet: 9E, 16 and 3B. RGB value is (158,22,59). Sum of RGB (Red+Green+Blue) = 158+22+59=239 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.11% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 158 - color contains mainly: red. Hex color #9E163B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E163B is #61E9C4. Grayscale: #424242. Windows color (decimal): -6416837 or 3872414. OLE color: 3872414.

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

Color convert

RGB 158 22 59 -
CMYK 0 0.86 0.63 0.38
HSL 343.68º 0.76% 0.35% -
HSV(B) 343.68º 0.86% 0.62% -
XYZ 15.18 8.16 4.91 -
YUV 66.88 123.56 192.99 -
System Red Green Blue C M Y K H S L
Decimal 158 22 59 0 0.86 0.63 0.38 343.68 0.76 0.35
Hex 9E 16 3B 0 56 3F 26 158 4C 23
Octal 236 26 73 0 126 77 46 530 114 43
Binary 10011110 10110 111011 0 1010110 111111 100110 101011000 1001100 100011

Color Harmonies of #9E163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E163B

Black with #9E163B

Text Example


Text Example

White with #9E163B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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