Html Css Color HEX #8F151F Carmine

📋 copy color: '#8F151F'

red 143 ◦ green 21 ◦ blue 31

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

Shades of Carmine #8F151F

Tints of Carmine #8F151F

RGB

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

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

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

R = 73.33%
G = 10.77%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8F151F (or 0x8F151F) is known color: Carmine. HEX triplet: 8F, 15 and 1F. RGB value is (143,21,31). Sum of RGB (Red+Green+Blue) = 143+21+31=195 (25% of max value = 765). Red value is 143 (56.25% from 255 or 73.33% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 143 - color contains mainly: red. Hex color #8F151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F151F is #70EAE0. Grayscale: #3A3A3A. Windows color (decimal): -7400161 or 2037135. OLE color: 2037135.

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

Color convert

RGB 143 21 31 -
CMYK 0 0.85 0.78 0.44
HSL 355.08º 0.74% 0.32% -
HSV(B) 355.08º 0.85% 0.56% -
XYZ 11.84 6.47 1.92 -
YUV 58.62 112.42 188.19 -
System Red Green Blue C M Y K H S L
Decimal 143 21 31 0 0.85 0.78 0.44 355.08 0.74 0.32
Hex 8F 15 1F 0 55 4E 2C 163 4A 20
Octal 217 25 37 0 125 116 54 543 112 40
Binary 10001111 10101 11111 0 1010101 1001110 101100 101100011 1001010 100000

Color Harmonies of #8F151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F151F

Black with #8F151F

Text Example


Text Example

White with #8F151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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