Html Css Color HEX #8E0120 Carmine

📋 copy color: '#8E0120'

red 142 ◦ green 1 ◦ blue 32

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

Shades of Carmine #8E0120

Tints of Carmine #8E0120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 81.14%
G = 0.57%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#8E0120 (or 0x8E0120) is known color: Carmine. HEX triplet: 8E, 01 and 20. RGB value is (142,1,32). Sum of RGB (Red+Green+Blue) = 142+1+32=175 (23% of max value = 765). Red value is 142 (55.86% from 255 or 81.14% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0120 is #71FEDF. Grayscale: #2E2E2E. Windows color (decimal): -7470816 or 2097550. OLE color: 2097550.

HSL color Cylindrical-coordinate representation of color #8E0120: hue angle of 346.81º degrees, saturation: 0.99, 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 #8E0120 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 1 32 -
CMYK 0 0.99 0.77 0.44
HSL 346.81º 0.99% 0.28% -
HSV(B) 346.81º 0.99% 0.56% -
XYZ 11.43 5.88 1.9 -
YUV 46.69 119.71 195.98 -
System Red Green Blue C M Y K H S L
Decimal 142 1 32 0 0.99 0.77 0.44 346.81 0.99 0.28
Hex 8E 1 20 0 63 4D 2C 15B 63 1C
Octal 216 1 40 0 143 115 54 533 143 34
Binary 10001110 1 100000 0 1100011 1001101 101100 101011011 1100011 11100

Color Harmonies of #8E0120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0120

Black with #8E0120

Text Example


Text Example

White with #8E0120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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