#9E1125

Color #9E1125 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #9E1125

Tints of Carmine #9E1125

Color information

#9E1125 (or 0x9E1125) is unknown color: approx Carmine. HEX triplet: 9E, 11 and 25. RGB value is (158,17,37). Sum of RGB (Red+Green+Blue) = 158+17+37=212 (28% of max value = 765). Red value is 158 (62.11% from 255 or 74.53% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1125 is #61EEDA. Grayscale: #3D3D3D. Windows color (decimal): -6418139 or 2429342. OLE color: 2429342.

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

Color convert

RGB1581737-
CMYK00.890.770.38
HSL351.49º80.57%34.31%-
HSV(B)351.49º89.24%61.96%-
XYZ14.637.82.49-
YUV61.44114.21196.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 74.53%
GREEN value IS 17 (7.03% from 255) = 8.02%
BLUE value IS 37 (14.84% from 255) = 17.45%
R=74.53%
G=8.02%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158173700.890.770.38351.4980.5734.31
Hex9E11250594D2615f5122
Octal236214501311154653712142
Binary10011110100011001010101100110011011001101010111111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,17,37); }

 H1.HeaderClassName
 {
   color: #9E1125;
 }
 .AnyTagClassName
 {
   color: #9E1125;
 }
</style>
background-color css

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

 a { background-color: rgb(158,17,37); }

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

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

 span { border-color: rgb(158,17,37); }

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