Html Css Color HEX #8E001E Carmine

📋 copy color: '#8E001E'

red 142 ◦ green 0 ◦ blue 30

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

Shades of Carmine #8E001E

Tints of Carmine #8E001E

RGB

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

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

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

R = 82.56%
G = 0%
B = 17.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#8E001E (or 0x8E001E) is known color: Carmine. HEX triplet: 8E, 00 and 1E. RGB value is (142,0,30). Sum of RGB (Red+Green+Blue) = 142+0+30=172 (22% of max value = 765). Red value is 142 (55.86% from 255 or 82.56% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 142 - color contains mainly: red. Hex color #8E001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E001E is #71FFE1. Grayscale: #2D2D2D. Windows color (decimal): -7471074 or 1966222. OLE color: 1966222.

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

Color convert

RGB 142 0 30 -
CMYK 0 1 0.79 0.44
HSL 347.32º 1% 0.28% -
HSV(B) 347.32º 1% 0.56% -
XYZ 11.39 5.84 1.76 -
YUV 45.88 119.04 196.56 -
System Red Green Blue C M Y K H S L
Decimal 142 0 30 0 1 0.79 0.44 347.32 1 0.28
Hex 8E 0 1E 0 64 4F 2C 15B 64 1C
Octal 216 0 36 0 144 117 54 533 144 34
Binary 10001110 0 11110 0 1100100 1001111 101100 101011011 1100100 11100

Color Harmonies of #8E001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E001E

Black with #8E001E

Text Example


Text Example

White with #8E001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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