Html Css Color HEX #8F1719 Carmine

📋 copy color: '#8F1719'

red 143 ◦ green 23 ◦ blue 25

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

Shades of Carmine #8F1719

Tints of Carmine #8F1719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.09%

R = 74.87%
G = 12.04%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#8F1719 (or 0x8F1719) is known color: Carmine. HEX triplet: 8F, 17 and 19. RGB value is (143,23,25). Sum of RGB (Red+Green+Blue) = 143+23+25=191 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.87% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1719 is #70E8E6. Grayscale: #3B3B3B. Windows color (decimal): -7399655 or 1644431. OLE color: 1644431.

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

Color convert

RGB 143 23 25 -
CMYK 0 0.84 0.83 0.44
HSL 359º 0.72% 0.33% -
HSV(B) 359º 0.84% 0.56% -
XYZ 11.81 6.52 1.56 -
YUV 59.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 143 23 25 0 0.84 0.83 0.44 359 0.72 0.33
Hex 8F 17 19 0 54 53 2C 167 48 21
Octal 217 27 31 0 124 123 54 547 110 41
Binary 10001111 10111 11001 0 1010100 1010011 101100 101100111 1001000 100001

Color Harmonies of #8F1719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1719

Black with #8F1719

Text Example


Text Example

White with #8F1719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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