Html Css Color HEX #8E1024 Carmine

📋 copy color: '#8E1024'

red 142 ◦ green 16 ◦ blue 36

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

Shades of Carmine #8E1024

Tints of Carmine #8E1024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.25%

 BLUE value IS 36 (14.45% from 255) = 18.56%

R = 73.2%
G = 8.25%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#8E1024 (or 0x8E1024) is known color: Carmine. HEX triplet: 8E, 10 and 24. RGB value is (142,16,36). Sum of RGB (Red+Green+Blue) = 142+16+36=194 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.20% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1024 is #71EFDB. Grayscale: #383838. Windows color (decimal): -7466972 or 2363534. OLE color: 2363534.

HSL color Cylindrical-coordinate representation of color #8E1024: hue angle of 350.48º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E1024 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 16 36 -
CMYK 0 0.89 0.75 0.44
HSL 350.48º 0.8% 0.31% -
HSV(B) 350.48º 0.89% 0.56% -
XYZ 11.66 6.25 2.26 -
YUV 55.95 116.74 189.37 -
System Red Green Blue C M Y K H S L
Decimal 142 16 36 0 0.89 0.75 0.44 350.48 0.8 0.31
Hex 8E 10 24 0 59 4B 2C 15E 50 1F
Octal 216 20 44 0 131 113 54 536 120 37
Binary 10001110 10000 100100 0 1011001 1001011 101100 101011110 1010000 11111

Color Harmonies of #8E1024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1024

Black with #8E1024

Text Example


Text Example

White with #8E1024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,16,36); }

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

background-color css

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

 a { background-color: rgb(142,16,36); }

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

border-color css

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

 span { border-color: rgb(142,16,36); }

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