Html Css Color HEX #9E131D Carmine

📋 copy color: '#9E131D'

red 158 ◦ green 19 ◦ blue 29

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

Shades of Carmine #9E131D

Tints of Carmine #9E131D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.08%

R = 76.7%
G = 9.22%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9E131D (or 0x9E131D) is known color: Carmine. HEX triplet: 9E, 13 and 1D. RGB value is (158,19,29). Sum of RGB (Red+Green+Blue) = 158+19+29=206 (27% of max value = 765). Red value is 158 (62.11% from 255 or 76.70% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 158 - color contains mainly: red. Hex color #9E131D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E131D is #61ECE2. Grayscale: #3D3D3D. Windows color (decimal): -6417635 or 1905566. OLE color: 1905566.

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

Color convert

RGB 158 19 29 -
CMYK 0 0.88 0.82 0.38
HSL 355.68º 0.79% 0.35% -
HSV(B) 355.68º 0.88% 0.62% -
XYZ 14.56 7.82 1.91 -
YUV 61.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 158 19 29 0 0.88 0.82 0.38 355.68 0.79 0.35
Hex 9E 13 1D 0 58 52 26 164 4F 23
Octal 236 23 35 0 130 122 46 544 117 43
Binary 10011110 10011 11101 0 1011000 1010010 100110 101100100 1001111 100011

Color Harmonies of #9E131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E131D

Black with #9E131D

Text Example


Text Example

White with #9E131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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