Html Css Color HEX #8E0020 Carmine

📋 copy color: '#8E0020'

red 142 ◦ green 0 ◦ blue 32

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

Shades of Carmine #8E0020

Tints of Carmine #8E0020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 32 (12.89% from 255) = 18.39%

R = 81.61%
G = 0%
B = 18.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#8E0020 (or 0x8E0020) is known color: Carmine. HEX triplet: 8E, 00 and 20. RGB value is (142,0,32). Sum of RGB (Red+Green+Blue) = 142+0+32=174 (23% of max value = 765). Red value is 142 (55.86% from 255 or 81.61% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0020 is #71FFDF. Grayscale: #2E2E2E. Windows color (decimal): -7471072 or 2097294. OLE color: 2097294.

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

Color convert

RGB 142 0 32 -
CMYK 0 1 0.77 0.44
HSL 346.48º 1% 0.28% -
HSV(B) 346.48º 1% 0.56% -
XYZ 11.42 5.86 1.89 -
YUV 46.11 120.04 196.4 -
System Red Green Blue C M Y K H S L
Decimal 142 0 32 0 1 0.77 0.44 346.48 1 0.28
Hex 8E 0 20 0 64 4D 2C 15A 64 1C
Octal 216 0 40 0 144 115 54 532 144 34
Binary 10001110 0 100000 0 1100100 1001101 101100 101011010 1100100 11100

Color Harmonies of #8E0020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0020

Black with #8E0020

Text Example


Text Example

White with #8E0020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,0,32); }

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

background-color css

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

 a { background-color: rgb(142,0,32); }

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

border-color css

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

 span { border-color: rgb(142,0,32); }

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