Html Css Color HEX #8E0823 Carmine

📋 copy color: '#8E0823'

red 142 ◦ green 8 ◦ blue 35

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

Shades of Carmine #8E0823

Tints of Carmine #8E0823

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.32%

 BLUE value IS 35 (14.06% from 255) = 18.92%

R = 76.76%
G = 4.32%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#8E0823 (or 0x8E0823) is known color: Carmine. HEX triplet: 8E, 08 and 23. RGB value is (142,8,35). Sum of RGB (Red+Green+Blue) = 142+8+35=185 (24% of max value = 765). Red value is 142 (55.86% from 255 or 76.76% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0823 is #71F7DC. Grayscale: #333333. Windows color (decimal): -7469021 or 2295950. OLE color: 2295950.

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

Color convert

RGB 142 8 35 -
CMYK 0 0.94 0.75 0.44
HSL 347.91º 0.89% 0.29% -
HSV(B) 347.91º 0.94% 0.56% -
XYZ 11.55 6.05 2.15 -
YUV 51.14 118.89 192.8 -
System Red Green Blue C M Y K H S L
Decimal 142 8 35 0 0.94 0.75 0.44 347.91 0.89 0.29
Hex 8E 8 23 0 5E 4B 2C 15C 59 1D
Octal 216 10 43 0 136 113 54 534 131 35
Binary 10001110 1000 100011 0 1011110 1001011 101100 101011100 1011001 11101

Color Harmonies of #8E0823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0823

Black with #8E0823

Text Example


Text Example

White with #8E0823

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,8,35); }

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

background-color css

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

 a { background-color: rgb(142,8,35); }

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

border-color css

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

 span { border-color: rgb(142,8,35); }

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