Html Css Color HEX #8F151C Carmine

📋 copy color: '#8F151C'

red 143 ◦ green 21 ◦ blue 28

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

Shades of Carmine #8F151C

Tints of Carmine #8F151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.58%

R = 74.48%
G = 10.94%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#8F151C (or 0x8F151C) is known color: Carmine. HEX triplet: 8F, 15 and 1C. RGB value is (143,21,28). Sum of RGB (Red+Green+Blue) = 143+21+28=192 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.48% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 143 - color contains mainly: red. Hex color #8F151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F151C is #70EAE3. Grayscale: #3A3A3A. Windows color (decimal): -7400164 or 1840527. OLE color: 1840527.

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

Color convert

RGB 143 21 28 -
CMYK 0 0.85 0.80 0.44
HSL 356.56º 0.74% 0.32% -
HSV(B) 356.56º 0.85% 0.56% -
XYZ 11.81 6.46 1.72 -
YUV 58.28 110.92 188.43 -
System Red Green Blue C M Y K H S L
Decimal 143 21 28 0 0.85 0.80 0.44 356.56 0.74 0.32
Hex 8F 15 1C 0 55 50 2C 165 4A 20
Octal 217 25 34 0 125 120 54 545 112 40
Binary 10001111 10101 11100 0 1010101 1010000 101100 101100101 1001010 100000

Color Harmonies of #8F151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F151C

Black with #8F151C

Text Example


Text Example

White with #8F151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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