Html Css Color HEX #8F151A Carmine

📋 copy color: '#8F151A'

red 143 ◦ green 21 ◦ blue 26

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

Shades of Carmine #8F151A

Tints of Carmine #8F151A

RGB

 RED value IS 143 (56.25% from 255) = 75.26%

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

 BLUE value IS 26 (10.55% from 255) = 13.68%

R = 75.26%
G = 11.05%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8F151A (or 0x8F151A) is known color: Carmine. HEX triplet: 8F, 15 and 1A. RGB value is (143,21,26). Sum of RGB (Red+Green+Blue) = 143+21+26=190 (25% of max value = 765). Red value is 143 (56.25% from 255 or 75.26% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 143 - color contains mainly: red. Hex color #8F151A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F151A is #70EAE5. Grayscale: #3A3A3A. Windows color (decimal): -7400166 or 1709455. OLE color: 1709455.

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

Color convert

RGB 143 21 26 -
CMYK 0 0.85 0.82 0.44
HSL 357.54º 0.74% 0.32% -
HSV(B) 357.54º 0.85% 0.56% -
XYZ 11.78 6.45 1.6 -
YUV 58.05 109.92 188.59 -
System Red Green Blue C M Y K H S L
Decimal 143 21 26 0 0.85 0.82 0.44 357.54 0.74 0.32
Hex 8F 15 1A 0 55 52 2C 166 4A 20
Octal 217 25 32 0 125 122 54 546 112 40
Binary 10001111 10101 11010 0 1010101 1010010 101100 101100110 1001010 100000

Color Harmonies of #8F151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F151A

Black with #8F151A

Text Example


Text Example

White with #8F151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,21,26); }

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

background-color css

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

 a { background-color: rgb(143,21,26); }

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

border-color css

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

 span { border-color: rgb(143,21,26); }

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