#9E1325

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

Shades of Carmine #9E1325

Tints of Carmine #9E1325

Color information

#9E1325 (or 0x9E1325) is unknown color: approx Carmine. HEX triplet: 9E, 13 and 25. RGB value is (158,19,37). Sum of RGB (Red+Green+Blue) = 158+19+37=214 (28% of max value = 765). Red value is 158 (62.11% from 255 or 73.83% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1325 is #61ECDA. Grayscale: #3E3E3E. Windows color (decimal): -6417627 or 2429854. OLE color: 2429854.

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

Color convert

RGB1581937-
CMYK00.880.770.38
HSL352.23º78.53%34.71%-
HSV(B)352.23º87.97%61.96%-
XYZ14.677.872.5-
YUV62.61113.55196.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 73.83%
GREEN value IS 19 (7.81% from 255) = 8.88%
BLUE value IS 37 (14.84% from 255) = 17.29%
R=73.83%
G=8.88%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158193700.880.770.38352.2378.5334.71
Hex9E13250584D261604f23
Octal236234501301154654011743
Binary10011110100111001010101100010011011001101011000001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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