Html Css Color HEX #8E0420 Carmine

📋 copy color: '#8E0420'

red 142 ◦ green 4 ◦ blue 32

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

Shades of Carmine #8E0420

Tints of Carmine #8E0420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.25%

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

R = 79.78%
G = 2.25%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#8E0420 (or 0x8E0420) is known color: Carmine. HEX triplet: 8E, 04 and 20. RGB value is (142,4,32). Sum of RGB (Red+Green+Blue) = 142+4+32=178 (23% of max value = 765). Red value is 142 (55.86% from 255 or 79.78% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0420 is #71FBDF. Grayscale: #303030. Windows color (decimal): -7470048 or 2098318. OLE color: 2098318.

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

Color convert

RGB 142 4 32 -
CMYK 0 0.97 0.77 0.44
HSL 347.83º 0.95% 0.29% -
HSV(B) 347.83º 0.97% 0.56% -
XYZ 11.46 5.94 1.91 -
YUV 48.45 118.72 194.72 -
System Red Green Blue C M Y K H S L
Decimal 142 4 32 0 0.97 0.77 0.44 347.83 0.95 0.29
Hex 8E 4 20 0 61 4D 2C 15C 5F 1D
Octal 216 4 40 0 141 115 54 534 137 35
Binary 10001110 100 100000 0 1100001 1001101 101100 101011100 1011111 11101

Color Harmonies of #8E0420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0420

Black with #8E0420

Text Example


Text Example

White with #8E0420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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