Html Css Color HEX #8E031A Carmine

📋 copy color: '#8E031A'

red 142 ◦ green 3 ◦ blue 26

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

Shades of Carmine #8E031A

Tints of Carmine #8E031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.75%

 BLUE value IS 26 (10.55% from 255) = 15.2%

R = 83.04%
G = 1.75%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8E031A (or 0x8E031A) is known color: Carmine. HEX triplet: 8E, 03 and 1A. RGB value is (142,3,26). Sum of RGB (Red+Green+Blue) = 142+3+26=171 (22% of max value = 765). Red value is 142 (55.86% from 255 or 83.04% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 142 - color contains mainly: red. Hex color #8E031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E031A is #71FCE5. Grayscale: #2F2F2F. Windows color (decimal): -7470310 or 1704846. OLE color: 1704846.

HSL color Cylindrical-coordinate representation of color #8E031A: hue angle of 350.07º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E031A is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 3 26 -
CMYK 0 0.98 0.82 0.44
HSL 350.07º 0.96% 0.28% -
HSV(B) 350.07º 0.98% 0.56% -
XYZ 11.37 5.89 1.51 -
YUV 47.18 116.05 195.63 -
System Red Green Blue C M Y K H S L
Decimal 142 3 26 0 0.98 0.82 0.44 350.07 0.96 0.28
Hex 8E 3 1A 0 62 52 2C 15E 60 1C
Octal 216 3 32 0 142 122 54 536 140 34
Binary 10001110 11 11010 0 1100010 1010010 101100 101011110 1100000 11100

Color Harmonies of #8E031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E031A

Black with #8E031A

Text Example


Text Example

White with #8E031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,3,26); }

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

background-color css

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

 a { background-color: rgb(142,3,26); }

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

border-color css

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

 span { border-color: rgb(142,3,26); }

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