Html Css Color HEX #8E051E Carmine

📋 copy color: '#8E051E'

red 142 ◦ green 5 ◦ blue 30

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

Shades of Carmine #8E051E

Tints of Carmine #8E051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.82%

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

R = 80.23%
G = 2.82%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#8E051E (or 0x8E051E) is known color: Carmine. HEX triplet: 8E, 05 and 1E. RGB value is (142,5,30). Sum of RGB (Red+Green+Blue) = 142+5+30=177 (23% of max value = 765). Red value is 142 (55.86% from 255 or 80.23% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 142 - color contains mainly: red. Hex color #8E051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E051E is #71FAE1. Grayscale: #303030. Windows color (decimal): -7469794 or 1967502. OLE color: 1967502.

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

Color convert

RGB 142 5 30 -
CMYK 0 0.96 0.79 0.44
HSL 349.05º 0.93% 0.29% -
HSV(B) 349.05º 0.96% 0.56% -
XYZ 11.44 5.95 1.77 -
YUV 48.81 117.39 194.47 -
System Red Green Blue C M Y K H S L
Decimal 142 5 30 0 0.96 0.79 0.44 349.05 0.93 0.29
Hex 8E 5 1E 0 60 4F 2C 15D 5D 1D
Octal 216 5 36 0 140 117 54 535 135 35
Binary 10001110 101 11110 0 1100000 1001111 101100 101011101 1011101 11101

Color Harmonies of #8E051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E051E

Black with #8E051E

Text Example


Text Example

White with #8E051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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