Html Css Color HEX #8E1123 Carmine

📋 copy color: '#8E1123'

red 142 ◦ green 17 ◦ blue 35

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

Shades of Carmine #8E1123

Tints of Carmine #8E1123

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.76%

 BLUE value IS 35 (14.06% from 255) = 18.04%

R = 73.2%
G = 8.76%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#8E1123 (or 0x8E1123) is known color: Carmine. HEX triplet: 8E, 11 and 23. RGB value is (142,17,35). Sum of RGB (Red+Green+Blue) = 142+17+35=194 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.20% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 35 (14.06% from 255 or 18.04% from 194); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1123 is #71EEDC. Grayscale: #383838. Windows color (decimal): -7466717 or 2298254. OLE color: 2298254.

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

Color convert

RGB 142 17 35 -
CMYK 0 0.88 0.75 0.44
HSL 351.36º 0.79% 0.31% -
HSV(B) 351.36º 0.88% 0.56% -
XYZ 11.66 6.27 2.19 -
YUV 56.43 115.91 189.04 -
System Red Green Blue C M Y K H S L
Decimal 142 17 35 0 0.88 0.75 0.44 351.36 0.79 0.31
Hex 8E 11 23 0 58 4B 2C 15F 4F 1F
Octal 216 21 43 0 130 113 54 537 117 37
Binary 10001110 10001 100011 0 1011000 1001011 101100 101011111 1001111 11111

Color Harmonies of #8E1123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1123

Black with #8E1123

Text Example


Text Example

White with #8E1123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,17,35); }

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

background-color css

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

 a { background-color: rgb(142,17,35); }

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

border-color css

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

 span { border-color: rgb(142,17,35); }

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