Html Css Color HEX #9E121A Carmine

📋 copy color: '#9E121A'

red 158 ◦ green 18 ◦ blue 26

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

Shades of Carmine #9E121A

Tints of Carmine #9E121A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.87%

R = 78.22%
G = 8.91%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9E121A (or 0x9E121A) is known color: Carmine. HEX triplet: 9E, 12 and 1A. RGB value is (158,18,26). Sum of RGB (Red+Green+Blue) = 158+18+26=202 (26% of max value = 765). Red value is 158 (62.11% from 255 or 78.22% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 158 - color contains mainly: red. Hex color #9E121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E121A is #61EDE5. Grayscale: #3C3C3C. Windows color (decimal): -6417894 or 1708702. OLE color: 1708702.

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

Color convert

RGB 158 18 26 -
CMYK 0 0.89 0.84 0.38
HSL 356.57º 0.8% 0.35% -
HSV(B) 356.57º 0.89% 0.62% -
XYZ 14.5 7.78 1.71 -
YUV 60.77 108.38 197.35 -
System Red Green Blue C M Y K H S L
Decimal 158 18 26 0 0.89 0.84 0.38 356.57 0.8 0.35
Hex 9E 12 1A 0 59 54 26 165 50 23
Octal 236 22 32 0 131 124 46 545 120 43
Binary 10011110 10010 11010 0 1011001 1010100 100110 101100101 1010000 100011

Color Harmonies of #9E121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E121A

Black with #9E121A

Text Example


Text Example

White with #9E121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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