Html Css Color HEX #8D151F Carmine

📋 copy color: '#8D151F'

red 141 ◦ green 21 ◦ blue 31

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

Shades of Carmine #8D151F

Tints of Carmine #8D151F

RGB

 RED value IS 141 (55.47% from 255) = 73.06%

 GREEN value IS 21 (8.59% from 255) = 10.88%

 BLUE value IS 31 (12.5% from 255) = 16.06%

R = 73.06%
G = 10.88%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8D151F (or 0x8D151F) is known color: Carmine. HEX triplet: 8D, 15 and 1F. RGB value is (141,21,31). Sum of RGB (Red+Green+Blue) = 141+21+31=193 (25% of max value = 765). Red value is 141 (55.47% from 255 or 73.06% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 141 - color contains mainly: red. Hex color #8D151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D151F is #72EAE0. Grayscale: #3A3A3A. Windows color (decimal): -7531233 or 2037133. OLE color: 2037133.

HSL color Cylindrical-coordinate representation of color #8D151F: hue angle of 355º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D151F is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 21 31 -
CMYK 0 0.85 0.78 0.45
HSL 355º 0.74% 0.32% -
HSV(B) 355º 0.85% 0.55% -
XYZ 11.5 6.3 1.91 -
YUV 58.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 141 21 31 0 0.85 0.78 0.45 355 0.74 0.32
Hex 8D 15 1F 0 55 4E 2D 163 4A 20
Octal 215 25 37 0 125 116 55 543 112 40
Binary 10001101 10101 11111 0 1010101 1001110 101101 101100011 1001010 100000

Color Harmonies of #8D151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D151F

Black with #8D151F

Text Example


Text Example

White with #8D151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,21,31); }

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

background-color css

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

 a { background-color: rgb(141,21,31); }

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

border-color css

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

 span { border-color: rgb(141,21,31); }

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