#9E0236

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

Shades of Carmine #9E0236

Tints of Carmine #9E0236

Color information

#9E0236 (or 0x9E0236) is unknown color: approx Carmine. HEX triplet: 9E, 02 and 36. RGB value is (158,2,54). Sum of RGB (Red+Green+Blue) = 158+2+54=214 (28% of max value = 765). Red value is 158 (62.11% from 255 or 73.83% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0236 is #61FDC9. Grayscale: #363636. Windows color (decimal): -6421962 or 3539614. OLE color: 3539614.

HSL color Cylindrical-coordinate representation of color #9E0236: hue angle of 340º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E0236 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB158254-
CMYK00.990.660.38
HSL340º97.5%31.37%-
HSV(B)340º98.73%61.96%-
XYZ14.797.584.17-
YUV54.57127.68201.77-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 73.83%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 54 (21.48% from 255) = 25.23%
R=73.83%
G=0.93%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15825400.990.660.3834097.531.37
Hex9E2360634226154621f
Octal23626601431024652414237
Binary1001111010110110011000111000010100110101010100110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,2,54); }

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

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

 a { background-color: rgb(158,2,54); }

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

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

 span { border-color: rgb(158,2,54); }

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