#9E1225

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

Shades of Carmine #9E1225

Tints of Carmine #9E1225

Color information

#9E1225 (or 0x9E1225) is unknown color: approx Carmine. HEX triplet: 9E, 12 and 25. RGB value is (158,18,37). Sum of RGB (Red+Green+Blue) = 158+18+37=213 (28% of max value = 765). Red value is 158 (62.11% from 255 or 74.18% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1225 is #61EDDA. Grayscale: #3E3E3E. Windows color (decimal): -6417883 or 2429598. OLE color: 2429598.

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

Color convert

RGB1581837-
CMYK00.890.770.38
HSL351.86º79.55%34.51%-
HSV(B)351.86º88.61%61.96%-
XYZ14.657.842.49-
YUV62.03113.88196.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 74.18%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 37 (14.84% from 255) = 17.37%
R=74.18%
G=8.45%
B=17.37%

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
Decimal158183700.890.770.38351.8679.5534.51
Hex9E12250594D261605023
Octal236224501311154654012043
Binary10011110100101001010101100110011011001101011000001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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