Html Css Color HEX #8E0320 Carmine

📋 copy color: '#8E0320'

red 142 ◦ green 3 ◦ blue 32

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

Shades of Carmine #8E0320

Tints of Carmine #8E0320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

 BLUE value IS 32 (12.89% from 255) = 18.08%

R = 80.23%
G = 1.69%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#8E0320 (or 0x8E0320) is known color: Carmine. HEX triplet: 8E, 03 and 20. RGB value is (142,3,32). Sum of RGB (Red+Green+Blue) = 142+3+32=177 (23% of max value = 765). Red value is 142 (55.86% from 255 or 80.23% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0320 is #71FCDF. Grayscale: #2F2F2F. Windows color (decimal): -7470304 or 2098062. OLE color: 2098062.

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

Color convert

RGB 142 3 32 -
CMYK 0 0.98 0.77 0.44
HSL 347.48º 0.96% 0.28% -
HSV(B) 347.48º 0.98% 0.56% -
XYZ 11.45 5.92 1.91 -
YUV 47.87 119.05 195.14 -
System Red Green Blue C M Y K H S L
Decimal 142 3 32 0 0.98 0.77 0.44 347.48 0.96 0.28
Hex 8E 3 20 0 62 4D 2C 15B 60 1C
Octal 216 3 40 0 142 115 54 533 140 34
Binary 10001110 11 100000 0 1100010 1001101 101100 101011011 1100000 11100

Color Harmonies of #8E0320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0320

Black with #8E0320

Text Example


Text Example

White with #8E0320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,3,32); }

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

background-color css

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

 a { background-color: rgb(142,3,32); }

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

border-color css

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

 span { border-color: rgb(142,3,32); }

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