#8E101D

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

Shades of Carmine #8E101D

Tints of Carmine #8E101D

Color information

#8E101D (or 0x8E101D) is unknown color: approx Carmine. HEX triplet: 8E, 10 and 1D. RGB value is (142,16,29). Sum of RGB (Red+Green+Blue) = 142+16+29=187 (24% of max value = 765). Red value is 142 (55.86% from 255 or 75.94% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 142 - color contains mainly: red. Hex color #8E101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E101D is #71EFE2. Grayscale: #373737. Windows color (decimal): -7466979 or 1904782. OLE color: 1904782.

HSL color Cylindrical-coordinate representation of color #8E101D: hue angle of 353.81º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E101D is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB1421629-
CMYK00.890.800.44
HSL353.81º79.75%30.98%-
HSV(B)353.81º88.73%55.69%-
XYZ11.566.211.75-
YUV55.16113.24189.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 75.94%
GREEN value IS 16 (6.64% from 255) = 8.56%
BLUE value IS 29 (11.72% from 255) = 15.51%
R=75.94%
G=8.56%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142162900.890.800.44353.8179.7530.98
Hex8E101D059502C162501f
Octal216203501311205454212037
Binary100011101000011101010110011010000101100101100010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E101D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E101D; }

 p { color: rgb(142,16,29); }

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

<style>
 a { background-color: #8E101D; }

 a { background-color: rgb(142,16,29); }

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

<style>
 span { border-color: #8E101D; }

 span { border-color: rgb(142,16,29); }

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