Html Css Color HEX #9E1336 Bright Red

📋 copy color: '#9E1336'

red 158 ◦ green 19 ◦ blue 54

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

Shades of Bright Red #9E1336

Tints of Bright Red #9E1336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.23%

 BLUE value IS 54 (21.48% from 255) = 23.38%

R = 68.4%
G = 8.23%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.38

RGB Variations

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

Color information

#9E1336 (or 0x9E1336) is known color: Bright Red. HEX triplet: 9E, 13 and 36. RGB value is (158,19,54). Sum of RGB (Red+Green+Blue) = 158+19+54=231 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.40% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1336 is #61ECC9. Grayscale: #404040. Windows color (decimal): -6417610 or 3543966. OLE color: 3543966.

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

Color convert

RGB 158 19 54 -
CMYK 0 0.88 0.66 0.38
HSL 344.89º 0.79% 0.35% -
HSV(B) 344.89º 0.88% 0.62% -
XYZ 15 8 4.24 -
YUV 64.55 122.05 194.65 -
System Red Green Blue C M Y K H S L
Decimal 158 19 54 0 0.88 0.66 0.38 344.89 0.79 0.35
Hex 9E 13 36 0 58 42 26 159 4F 23
Octal 236 23 66 0 130 102 46 531 117 43
Binary 10011110 10011 110110 0 1011000 1000010 100110 101011001 1001111 100011

Color Harmonies of #9E1336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1336

Black with #9E1336

Text Example


Text Example

White with #9E1336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,19,54); }

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

background-color css

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

 a { background-color: rgb(158,19,54); }

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

border-color css

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

 span { border-color: rgb(158,19,54); }

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