Html Css Color HEX #8E041E Carmine

📋 copy color: '#8E041E'

red 142 ◦ green 4 ◦ blue 30

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

Shades of Carmine #8E041E

Tints of Carmine #8E041E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.27%

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

R = 80.68%
G = 2.27%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#8E041E (or 0x8E041E) is known color: Carmine. HEX triplet: 8E, 04 and 1E. RGB value is (142,4,30). Sum of RGB (Red+Green+Blue) = 142+4+30=176 (23% of max value = 765). Red value is 142 (55.86% from 255 or 80.68% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 142 - color contains mainly: red. Hex color #8E041E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E041E is #71FBE1. Grayscale: #303030. Windows color (decimal): -7470050 or 1967246. OLE color: 1967246.

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

Color convert

RGB 142 4 30 -
CMYK 0 0.97 0.79 0.44
HSL 348.7º 0.95% 0.29% -
HSV(B) 348.7º 0.97% 0.56% -
XYZ 11.43 5.93 1.77 -
YUV 48.23 117.72 194.89 -
System Red Green Blue C M Y K H S L
Decimal 142 4 30 0 0.97 0.79 0.44 348.7 0.95 0.29
Hex 8E 4 1E 0 61 4F 2C 15D 5F 1D
Octal 216 4 36 0 141 117 54 535 137 35
Binary 10001110 100 11110 0 1100001 1001111 101100 101011101 1011111 11101

Color Harmonies of #8E041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E041E

Black with #8E041E

Text Example


Text Example

White with #8E041E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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