Html Css Color HEX #8F171C Carmine

📋 copy color: '#8F171C'

red 143 ◦ green 23 ◦ blue 28

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

Shades of Carmine #8F171C

Tints of Carmine #8F171C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.86%

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

R = 73.71%
G = 11.86%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#8F171C (or 0x8F171C) is known color: Carmine. HEX triplet: 8F, 17 and 1C. RGB value is (143,23,28). Sum of RGB (Red+Green+Blue) = 143+23+28=194 (25% of max value = 765). Red value is 143 (56.25% from 255 or 73.71% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 143 - color contains mainly: red. Hex color #8F171C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F171C is #70E8E3. Grayscale: #3B3B3B. Windows color (decimal): -7399652 or 1841039. OLE color: 1841039.

HSL color Cylindrical-coordinate representation of color #8F171C: hue angle of 357.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F171C is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 23 28 -
CMYK 0 0.84 0.80 0.44
HSL 357.5º 0.72% 0.33% -
HSV(B) 357.5º 0.84% 0.56% -
XYZ 11.84 6.54 1.74 -
YUV 59.45 110.26 187.59 -
System Red Green Blue C M Y K H S L
Decimal 143 23 28 0 0.84 0.80 0.44 357.5 0.72 0.33
Hex 8F 17 1C 0 54 50 2C 166 48 21
Octal 217 27 34 0 124 120 54 546 110 41
Binary 10001111 10111 11100 0 1010100 1010000 101100 101100110 1001000 100001

Color Harmonies of #8F171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F171C

Black with #8F171C

Text Example


Text Example

White with #8F171C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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