Html Css Color HEX #8E081E Carmine

📋 copy color: '#8E081E'

red 142 ◦ green 8 ◦ blue 30

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

Shades of Carmine #8E081E

Tints of Carmine #8E081E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.44%

 BLUE value IS 30 (12.11% from 255) = 16.67%

R = 78.89%
G = 4.44%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#8E081E (or 0x8E081E) is known color: Carmine. HEX triplet: 8E, 08 and 1E. RGB value is (142,8,30). Sum of RGB (Red+Green+Blue) = 142+8+30=180 (23% of max value = 765). Red value is 142 (55.86% from 255 or 78.89% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 142 - color contains mainly: red. Hex color #8E081E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E081E is #71F7E1. Grayscale: #323232. Windows color (decimal): -7469026 or 1968270. OLE color: 1968270.

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

Color convert

RGB 142 8 30 -
CMYK 0 0.94 0.79 0.44
HSL 350.15º 0.89% 0.29% -
HSV(B) 350.15º 0.94% 0.56% -
XYZ 11.48 6.02 1.79 -
YUV 50.57 116.39 193.21 -
System Red Green Blue C M Y K H S L
Decimal 142 8 30 0 0.94 0.79 0.44 350.15 0.89 0.29
Hex 8E 8 1E 0 5E 4F 2C 15E 59 1D
Octal 216 10 36 0 136 117 54 536 131 35
Binary 10001110 1000 11110 0 1011110 1001111 101100 101011110 1011001 11101

Color Harmonies of #8E081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E081E

Black with #8E081E

Text Example


Text Example

White with #8E081E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,8,30); }

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

background-color css

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

 a { background-color: rgb(142,8,30); }

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

border-color css

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

 span { border-color: rgb(142,8,30); }

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