Html Css Color HEX #8E021A Carmine

📋 copy color: '#8E021A'

red 142 ◦ green 2 ◦ blue 26

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

Shades of Carmine #8E021A

Tints of Carmine #8E021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

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

R = 83.53%
G = 1.18%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8E021A (or 0x8E021A) is known color: Carmine. HEX triplet: 8E, 02 and 1A. RGB value is (142,2,26). Sum of RGB (Red+Green+Blue) = 142+2+26=170 (22% of max value = 765). Red value is 142 (55.86% from 255 or 83.53% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 142 - color contains mainly: red. Hex color #8E021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E021A is #71FDE5. Grayscale: #2E2E2E. Windows color (decimal): -7470566 or 1704590. OLE color: 1704590.

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

Color convert

RGB 142 2 26 -
CMYK 0 0.99 0.82 0.44
HSL 349.71º 0.97% 0.28% -
HSV(B) 349.71º 0.99% 0.56% -
XYZ 11.36 5.87 1.51 -
YUV 46.6 116.38 196.05 -
System Red Green Blue C M Y K H S L
Decimal 142 2 26 0 0.99 0.82 0.44 349.71 0.97 0.28
Hex 8E 2 1A 0 63 52 2C 15E 61 1C
Octal 216 2 32 0 143 122 54 536 141 34
Binary 10001110 10 11010 0 1100011 1010010 101100 101011110 1100001 11100

Color Harmonies of #8E021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E021A

Black with #8E021A

Text Example


Text Example

White with #8E021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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