Html Css Color HEX #8E101E Carmine

📋 copy color: '#8E101E'

red 142 ◦ green 16 ◦ blue 30

#8E101E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #8E101E

Tints of Carmine #8E101E

RGB

 RED value IS 142 (55.86% from 255) = 75.53%

 GREEN value IS 16 (6.64% from 255) = 8.51%

 BLUE value IS 30 (12.11% from 255) = 15.96%

R = 75.53%
G = 8.51%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#8E101E (or 0x8E101E) is known color: Carmine. HEX triplet: 8E, 10 and 1E. RGB value is (142,16,30). Sum of RGB (Red+Green+Blue) = 142+16+30=188 (24% of max value = 765). Red value is 142 (55.86% from 255 or 75.53% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 142 - color contains mainly: red. Hex color #8E101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E101E is #71EFE1. Grayscale: #373737. Windows color (decimal): -7466978 or 1970318. OLE color: 1970318.

HSL color Cylindrical-coordinate representation of color #8E101E: hue angle of 353.33º 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 #8E101E is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 16 30 -
CMYK 0 0.89 0.79 0.44
HSL 353.33º 0.8% 0.31% -
HSV(B) 353.33º 0.89% 0.56% -
XYZ 11.57 6.22 1.82 -
YUV 55.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 142 16 30 0 0.89 0.79 0.44 353.33 0.8 0.31
Hex 8E 10 1E 0 59 4F 2C 161 50 1F
Octal 216 20 36 0 131 117 54 541 120 37
Binary 10001110 10000 11110 0 1011001 1001111 101100 101100001 1010000 11111

Color Harmonies of #8E101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E101E

Black with #8E101E

Text Example


Text Example

White with #8E101E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E101E;
 }
 .AnyTagClassName
 {
   color: #8E101E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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