Html Css Color HEX #8E001C Carmine

📋 copy color: '#8E001C'

red 142 ◦ green 0 ◦ blue 28

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

Shades of Carmine #8E001C

Tints of Carmine #8E001C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.53%
G = 0%
B = 16.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#8E001C (or 0x8E001C) is known color: Carmine. HEX triplet: 8E, 00 and 1C. RGB value is (142,0,28). Sum of RGB (Red+Green+Blue) = 142+0+28=170 (22% of max value = 765). Red value is 142 (55.86% from 255 or 83.53% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 142 - color contains mainly: red. Hex color #8E001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E001C is #71FFE3. Grayscale: #2D2D2D. Windows color (decimal): -7471076 or 1835150. OLE color: 1835150.

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

Color convert

RGB 142 0 28 -
CMYK 0 1 0.80 0.44
HSL 348.17º 1% 0.28% -
HSV(B) 348.17º 1% 0.56% -
XYZ 11.36 5.83 1.63 -
YUV 45.65 118.04 196.72 -
System Red Green Blue C M Y K H S L
Decimal 142 0 28 0 1 0.80 0.44 348.17 1 0.28
Hex 8E 0 1C 0 64 50 2C 15C 64 1C
Octal 216 0 34 0 144 120 54 534 144 34
Binary 10001110 0 11100 0 1100100 1010000 101100 101011100 1100100 11100

Color Harmonies of #8E001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E001C

Black with #8E001C

Text Example


Text Example

White with #8E001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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