#9E1423

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

Shades of Carmine #9E1423

Tints of Carmine #9E1423

Color information

#9E1423 (or 0x9E1423) is unknown color: approx Carmine. HEX triplet: 9E, 14 and 23. RGB value is (158,20,35). Sum of RGB (Red+Green+Blue) = 158+20+35=213 (28% of max value = 765). Red value is 158 (62.11% from 255 or 74.18% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1423 is #61EBDC. Grayscale: #3F3F3F. Windows color (decimal): -6417373 or 2299038. OLE color: 2299038.

HSL color Cylindrical-coordinate representation of color #9E1423: hue angle of 353.48º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E1423 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB1582035-
CMYK00.870.780.38
HSL353.48º77.53%34.9%-
HSV(B)353.48º87.34%61.96%-
XYZ14.657.892.34-
YUV62.97112.22195.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 74.18%
GREEN value IS 20 (8.20% from 255) = 9.39%
BLUE value IS 35 (14.06% from 255) = 16.43%
R=74.18%
G=9.39%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158203500.870.780.38353.4877.5334.9
Hex9E14230574E261614e23
Octal236244301271164654111643
Binary10011110101001000110101011110011101001101011000011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,20,35); }

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

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

 a { background-color: rgb(158,20,35); }

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

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

 span { border-color: rgb(158,20,35); }

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