Html Css Color HEX #9E131B Carmine

📋 copy color: '#9E131B'

red 158 ◦ green 19 ◦ blue 27

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

Shades of Carmine #9E131B

Tints of Carmine #9E131B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.24%

R = 77.45%
G = 9.31%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9E131B (or 0x9E131B) is known color: Carmine. HEX triplet: 9E, 13 and 1B. RGB value is (158,19,27). Sum of RGB (Red+Green+Blue) = 158+19+27=204 (27% of max value = 765). Red value is 158 (62.11% from 255 or 77.45% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 158 - color contains mainly: red. Hex color #9E131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E131B is #61ECE4. Grayscale: #3D3D3D. Windows color (decimal): -6417637 or 1774494. OLE color: 1774494.

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

Color convert

RGB 158 19 27 -
CMYK 0 0.88 0.83 0.38
HSL 356.55º 0.79% 0.35% -
HSV(B) 356.55º 0.88% 0.62% -
XYZ 14.53 7.81 1.78 -
YUV 61.47 108.55 196.85 -
System Red Green Blue C M Y K H S L
Decimal 158 19 27 0 0.88 0.83 0.38 356.55 0.79 0.35
Hex 9E 13 1B 0 58 53 26 165 4F 23
Octal 236 23 33 0 130 123 46 545 117 43
Binary 10011110 10011 11011 0 1011000 1010011 100110 101100101 1001111 100011

Color Harmonies of #9E131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E131B

Black with #9E131B

Text Example


Text Example

White with #9E131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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