Html Css Color HEX #8E0422 Carmine

📋 copy color: '#8E0422'

red 142 ◦ green 4 ◦ blue 34

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

Shades of Carmine #8E0422

Tints of Carmine #8E0422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.89%

R = 78.89%
G = 2.22%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#8E0422 (or 0x8E0422) is known color: Carmine. HEX triplet: 8E, 04 and 22. RGB value is (142,4,34). Sum of RGB (Red+Green+Blue) = 142+4+34=180 (23% of max value = 765). Red value is 142 (55.86% from 255 or 78.89% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 34 (13.67% from 255 or 18.89% from 180); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0422 is #71FBDD. Grayscale: #303030. Windows color (decimal): -7470046 or 2229390. OLE color: 2229390.

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

Color convert

RGB 142 4 34 -
CMYK 0 0.97 0.76 0.44
HSL 346.96º 0.95% 0.29% -
HSV(B) 346.96º 0.97% 0.56% -
XYZ 11.49 5.95 2.06 -
YUV 48.68 119.72 194.56 -
System Red Green Blue C M Y K H S L
Decimal 142 4 34 0 0.97 0.76 0.44 346.96 0.95 0.29
Hex 8E 4 22 0 61 4C 2C 15B 5F 1D
Octal 216 4 42 0 141 114 54 533 137 35
Binary 10001110 100 100010 0 1100001 1001100 101100 101011011 1011111 11101

Color Harmonies of #8E0422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0422

Black with #8E0422

Text Example


Text Example

White with #8E0422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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