Html Css Color HEX #8E0518 Carmine

📋 copy color: '#8E0518'

red 142 ◦ green 5 ◦ blue 24

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

Shades of Carmine #8E0518

Tints of Carmine #8E0518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.04%

R = 83.04%
G = 2.92%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#8E0518 (or 0x8E0518) is known color: Carmine. HEX triplet: 8E, 05 and 18. RGB value is (142,5,24). Sum of RGB (Red+Green+Blue) = 142+5+24=171 (22% of max value = 765). Red value is 142 (55.86% from 255 or 83.04% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0518 is #71FAE7. Grayscale: #303030. Windows color (decimal): -7469800 or 1574286. OLE color: 1574286.

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

Color convert

RGB 142 5 24 -
CMYK 0 0.96 0.83 0.44
HSL 351.68º 0.93% 0.29% -
HSV(B) 351.68º 0.96% 0.56% -
XYZ 11.37 5.93 1.41 -
YUV 48.13 114.39 194.96 -
System Red Green Blue C M Y K H S L
Decimal 142 5 24 0 0.96 0.83 0.44 351.68 0.93 0.29
Hex 8E 5 18 0 60 53 2C 160 5D 1D
Octal 216 5 30 0 140 123 54 540 135 35
Binary 10001110 101 11000 0 1100000 1010011 101100 101100000 1011101 11101

Color Harmonies of #8E0518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0518

Black with #8E0518

Text Example


Text Example

White with #8E0518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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