#9E1416

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

Shades of Carmine #9E1416

Tints of Carmine #9E1416

Color information

#9E1416 (or 0x9E1416) is unknown color: approx Carmine. HEX triplet: 9E, 14 and 16. RGB value is (158,20,22). Sum of RGB (Red+Green+Blue) = 158+20+22=200 (26% of max value = 765). Red value is 158 (62.11% from 255 or 79% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1416 is #61EBE9. Grayscale: #3D3D3D. Windows color (decimal): -6417386 or 1447070. OLE color: 1447070.

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

Color convert

RGB1582022-
CMYK00.870.860.38
HSL359.13º77.53%34.9%-
HSV(B)359.13º87.34%61.96%-
XYZ14.57.831.51-
YUV61.49105.72196.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 79%
GREEN value IS 20 (8.20% from 255) = 10%
BLUE value IS 22 (8.98% from 255) = 11%
R=79%
G=10%
B=11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158202200.870.860.38359.1377.5334.9
Hex9E141605756261674e23
Octal236242601271264654711643
Binary1001111010100101100101011110101101001101011001111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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