Html Css Color HEX #9E1230 Bright Red

📋 copy color: '#9E1230'

red 158 ◦ green 18 ◦ blue 48

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

Shades of Bright Red #9E1230

Tints of Bright Red #9E1230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.04%

 BLUE value IS 48 (19.14% from 255) = 21.43%

R = 70.54%
G = 8.04%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9E1230 (or 0x9E1230) is known color: Bright Red. HEX triplet: 9E, 12 and 30. RGB value is (158,18,48). Sum of RGB (Red+Green+Blue) = 158+18+48=224 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.54% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1230 is #61EDCF. Grayscale: #3F3F3F. Windows color (decimal): -6417872 or 3150494. OLE color: 3150494.

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

Color convert

RGB 158 18 48 -
CMYK 0 0.89 0.70 0.38
HSL 347.14º 0.8% 0.35% -
HSV(B) 347.14º 0.89% 0.62% -
XYZ 14.85 7.92 3.54 -
YUV 63.28 119.38 195.56 -
System Red Green Blue C M Y K H S L
Decimal 158 18 48 0 0.89 0.70 0.38 347.14 0.8 0.35
Hex 9E 12 30 0 59 46 26 15B 50 23
Octal 236 22 60 0 131 106 46 533 120 43
Binary 10011110 10010 110000 0 1011001 1000110 100110 101011011 1010000 100011

Color Harmonies of #9E1230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1230

Black with #9E1230

Text Example


Text Example

White with #9E1230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,18,48); }

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

background-color css

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

 a { background-color: rgb(158,18,48); }

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

border-color css

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

 span { border-color: rgb(158,18,48); }

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