Html Css Color HEX #8E041A Carmine

📋 copy color: '#8E041A'

red 142 ◦ green 4 ◦ blue 26

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

Shades of Carmine #8E041A

Tints of Carmine #8E041A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.33%

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

R = 82.56%
G = 2.33%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8E041A (or 0x8E041A) is known color: Carmine. HEX triplet: 8E, 04 and 1A. RGB value is (142,4,26). Sum of RGB (Red+Green+Blue) = 142+4+26=172 (22% of max value = 765). Red value is 142 (55.86% from 255 or 82.56% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 142 - color contains mainly: red. Hex color #8E041A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E041A is #71FBE5. Grayscale: #2F2F2F. Windows color (decimal): -7470054 or 1705102. OLE color: 1705102.

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

Color convert

RGB 142 4 26 -
CMYK 0 0.97 0.82 0.44
HSL 350.43º 0.95% 0.29% -
HSV(B) 350.43º 0.97% 0.56% -
XYZ 11.39 5.91 1.52 -
YUV 47.77 115.72 195.21 -
System Red Green Blue C M Y K H S L
Decimal 142 4 26 0 0.97 0.82 0.44 350.43 0.95 0.29
Hex 8E 4 1A 0 61 52 2C 15E 5F 1D
Octal 216 4 32 0 141 122 54 536 137 35
Binary 10001110 100 11010 0 1100001 1010010 101100 101011110 1011111 11101

Color Harmonies of #8E041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E041A

Black with #8E041A

Text Example


Text Example

White with #8E041A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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