Html Css Color HEX #8E0B1C Carmine

📋 copy color: '#8E0B1C'

red 142 ◦ green 11 ◦ blue 28

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

Shades of Carmine #8E0B1C

Tints of Carmine #8E0B1C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.08%

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

R = 78.45%
G = 6.08%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#8E0B1C (or 0x8E0B1C) is known color: Carmine. HEX triplet: 8E, 0B and 1C. RGB value is (142,11,28). Sum of RGB (Red+Green+Blue) = 142+11+28=181 (23% of max value = 765). Red value is 142 (55.86% from 255 or 78.45% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0B1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0B1C is #71F4E3. Grayscale: #343434. Windows color (decimal): -7468260 or 1837966. OLE color: 1837966.

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

Color convert

RGB 142 11 28 -
CMYK 0 0.92 0.80 0.44
HSL 352.21º 0.86% 0.3% -
HSV(B) 352.21º 0.92% 0.56% -
XYZ 11.48 6.07 1.67 -
YUV 52.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 142 11 28 0 0.92 0.80 0.44 352.21 0.86 0.3
Hex 8E B 1C 0 5C 50 2C 160 56 1E
Octal 216 13 34 0 134 120 54 540 126 36
Binary 10001110 1011 11100 0 1011100 1010000 101100 101100000 1010110 11110

Color Harmonies of #8E0B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0B1C

Black with #8E0B1C

Text Example


Text Example

White with #8E0B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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