Html Css Color HEX #8F171A Carmine

📋 copy color: '#8F171A'

red 143 ◦ green 23 ◦ blue 26

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

Shades of Carmine #8F171A

Tints of Carmine #8F171A

RGB

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

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

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

R = 74.48%
G = 11.98%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8F171A (or 0x8F171A) is known color: Carmine. HEX triplet: 8F, 17 and 1A. RGB value is (143,23,26). Sum of RGB (Red+Green+Blue) = 143+23+26=192 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.48% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 143 - color contains mainly: red. Hex color #8F171A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F171A is #70E8E5. Grayscale: #3B3B3B. Windows color (decimal): -7399654 or 1709967. OLE color: 1709967.

HSL color Cylindrical-coordinate representation of color #8F171A: hue angle of 358.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 #8F171A is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 23 26 -
CMYK 0 0.84 0.82 0.44
HSL 358.5º 0.72% 0.33% -
HSV(B) 358.5º 0.84% 0.56% -
XYZ 11.82 6.53 1.61 -
YUV 59.22 109.26 187.76 -
System Red Green Blue C M Y K H S L
Decimal 143 23 26 0 0.84 0.82 0.44 358.5 0.72 0.33
Hex 8F 17 1A 0 54 52 2C 166 48 21
Octal 217 27 32 0 124 122 54 546 110 41
Binary 10001111 10111 11010 0 1010100 1010010 101100 101100110 1001000 100001

Color Harmonies of #8F171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F171A

Black with #8F171A

Text Example


Text Example

White with #8F171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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