Html Css Color HEX #8E061D Carmine

📋 copy color: '#8E061D'

red 142 ◦ green 6 ◦ blue 29

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

Shades of Carmine #8E061D

Tints of Carmine #8E061D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.38%

R = 80.23%
G = 3.39%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#8E061D (or 0x8E061D) is known color: Carmine. HEX triplet: 8E, 06 and 1D. RGB value is (142,6,29). Sum of RGB (Red+Green+Blue) = 142+6+29=177 (23% of max value = 765). Red value is 142 (55.86% from 255 or 80.23% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 142 - color contains mainly: red. Hex color #8E061D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E061D is #71F9E2. Grayscale: #313131. Windows color (decimal): -7469539 or 1902222. OLE color: 1902222.

HSL color Cylindrical-coordinate representation of color #8E061D: hue angle of 349.85º 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 #8E061D is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 6 29 -
CMYK 0 0.96 0.80 0.44
HSL 349.85º 0.92% 0.29% -
HSV(B) 349.85º 0.96% 0.56% -
XYZ 11.44 5.97 1.71 -
YUV 49.29 116.56 194.13 -
System Red Green Blue C M Y K H S L
Decimal 142 6 29 0 0.96 0.80 0.44 349.85 0.92 0.29
Hex 8E 6 1D 0 60 50 2C 15E 5C 1D
Octal 216 6 35 0 140 120 54 536 134 35
Binary 10001110 110 11101 0 1100000 1010000 101100 101011110 1011100 11101

Color Harmonies of #8E061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E061D

Black with #8E061D

Text Example


Text Example

White with #8E061D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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