Html Css Color HEX #9E1631 Bright Red

📋 copy color: '#9E1631'

red 158 ◦ green 22 ◦ blue 49

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

Shades of Bright Red #9E1631

Tints of Bright Red #9E1631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.4%

R = 69%
G = 9.61%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9E1631 (or 0x9E1631) is known color: Bright Red. HEX triplet: 9E, 16 and 31. RGB value is (158,22,49). Sum of RGB (Red+Green+Blue) = 158+22+49=229 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.00% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1631 is #61E9CE. Grayscale: #414141. Windows color (decimal): -6416847 or 3217054. OLE color: 3217054.

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

Color convert

RGB 158 22 49 -
CMYK 0 0.86 0.69 0.38
HSL 348.09º 0.76% 0.35% -
HSV(B) 348.09º 0.86% 0.62% -
XYZ 14.94 8.06 3.67 -
YUV 65.74 118.56 193.8 -
System Red Green Blue C M Y K H S L
Decimal 158 22 49 0 0.86 0.69 0.38 348.09 0.76 0.35
Hex 9E 16 31 0 56 45 26 15C 4C 23
Octal 236 26 61 0 126 105 46 534 114 43
Binary 10011110 10110 110001 0 1010110 1000101 100110 101011100 1001100 100011

Color Harmonies of #9E1631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1631

Black with #9E1631

Text Example


Text Example

White with #9E1631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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