Html Css Color HEX #8F111E Carmine

📋 copy color: '#8F111E'

red 143 ◦ green 17 ◦ blue 30

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

Shades of Carmine #8F111E

Tints of Carmine #8F111E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.95%

 BLUE value IS 30 (12.11% from 255) = 15.79%

R = 75.26%
G = 8.95%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#8F111E (or 0x8F111E) is known color: Carmine. HEX triplet: 8F, 11 and 1E. RGB value is (143,17,30). Sum of RGB (Red+Green+Blue) = 143+17+30=190 (25% of max value = 765). Red value is 143 (56.25% from 255 or 75.26% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 143 - color contains mainly: red. Hex color #8F111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F111E is #70EEE1. Grayscale: #383838. Windows color (decimal): -7401186 or 1970575. OLE color: 1970575.

HSL color Cylindrical-coordinate representation of color #8F111E: hue angle of 353.81º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F111E is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 17 30 -
CMYK 0 0.88 0.79 0.44
HSL 353.81º 0.79% 0.31% -
HSV(B) 353.81º 0.88% 0.56% -
XYZ 11.76 6.33 1.83 -
YUV 56.16 113.24 189.94 -
System Red Green Blue C M Y K H S L
Decimal 143 17 30 0 0.88 0.79 0.44 353.81 0.79 0.31
Hex 8F 11 1E 0 58 4F 2C 162 4F 1F
Octal 217 21 36 0 130 117 54 542 117 37
Binary 10001111 10001 11110 0 1011000 1001111 101100 101100010 1001111 11111

Color Harmonies of #8F111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F111E

Black with #8F111E

Text Example


Text Example

White with #8F111E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,17,30); }

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

background-color css

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

 a { background-color: rgb(143,17,30); }

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

border-color css

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

 span { border-color: rgb(143,17,30); }

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