Html Css Color HEX #8E071C Carmine

📋 copy color: '#8E071C'

red 142 ◦ green 7 ◦ blue 28

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

Shades of Carmine #8E071C

Tints of Carmine #8E071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.95%

 BLUE value IS 28 (11.33% from 255) = 15.82%

R = 80.23%
G = 3.95%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#8E071C (or 0x8E071C) is known color: Carmine. HEX triplet: 8E, 07 and 1C. RGB value is (142,7,28). Sum of RGB (Red+Green+Blue) = 142+7+28=177 (23% of max value = 765). Red value is 142 (55.86% from 255 or 80.23% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 142 - color contains mainly: red. Hex color #8E071C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E071C is #71F8E3. Grayscale: #313131. Windows color (decimal): -7469284 or 1836942. OLE color: 1836942.

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

Color convert

RGB 142 7 28 -
CMYK 0 0.95 0.80 0.44
HSL 350.67º 0.91% 0.29% -
HSV(B) 350.67º 0.95% 0.56% -
XYZ 11.44 5.99 1.65 -
YUV 49.76 115.73 193.79 -
System Red Green Blue C M Y K H S L
Decimal 142 7 28 0 0.95 0.80 0.44 350.67 0.91 0.29
Hex 8E 7 1C 0 5F 50 2C 15F 5B 1D
Octal 216 7 34 0 137 120 54 537 133 35
Binary 10001110 111 11100 0 1011111 1010000 101100 101011111 1011011 11101

Color Harmonies of #8E071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E071C

Black with #8E071C

Text Example


Text Example

White with #8E071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,7,28); }

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

background-color css

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

 a { background-color: rgb(142,7,28); }

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

border-color css

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

 span { border-color: rgb(142,7,28); }

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