Html Css Color HEX #8E0620 Carmine

📋 copy color: '#8E0620'

red 142 ◦ green 6 ◦ blue 32

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

Shades of Carmine #8E0620

Tints of Carmine #8E0620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.33%

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

R = 78.89%
G = 3.33%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#8E0620 (or 0x8E0620) is known color: Carmine. HEX triplet: 8E, 06 and 20. RGB value is (142,6,32). Sum of RGB (Red+Green+Blue) = 142+6+32=180 (23% of max value = 765). Red value is 142 (55.86% from 255 or 78.89% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0620 is #71F9DF. Grayscale: #313131. Windows color (decimal): -7469536 or 2098830. OLE color: 2098830.

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

Color convert

RGB 142 6 32 -
CMYK 0 0.96 0.77 0.44
HSL 348.53º 0.92% 0.29% -
HSV(B) 348.53º 0.96% 0.56% -
XYZ 11.48 5.99 1.92 -
YUV 49.63 118.06 193.89 -
System Red Green Blue C M Y K H S L
Decimal 142 6 32 0 0.96 0.77 0.44 348.53 0.92 0.29
Hex 8E 6 20 0 60 4D 2C 15D 5C 1D
Octal 216 6 40 0 140 115 54 535 134 35
Binary 10001110 110 100000 0 1100000 1001101 101100 101011101 1011100 11101

Color Harmonies of #8E0620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0620

Black with #8E0620

Text Example


Text Example

White with #8E0620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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