Html Css Color HEX #8F1518 Carmine

📋 copy color: '#8F1518'

red 143 ◦ green 21 ◦ blue 24

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

Shades of Carmine #8F1518

Tints of Carmine #8F1518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.77%

R = 76.06%
G = 11.17%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#8F1518 (or 0x8F1518) is known color: Carmine. HEX triplet: 8F, 15 and 18. RGB value is (143,21,24). Sum of RGB (Red+Green+Blue) = 143+21+24=188 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.06% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1518 is #70EAE7. Grayscale: #393939. Windows color (decimal): -7400168 or 1578383. OLE color: 1578383.

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

Color convert

RGB 143 21 24 -
CMYK 0 0.85 0.83 0.44
HSL 358.52º 0.74% 0.32% -
HSV(B) 358.52º 0.85% 0.56% -
XYZ 11.76 6.44 1.49 -
YUV 57.82 108.92 188.76 -
System Red Green Blue C M Y K H S L
Decimal 143 21 24 0 0.85 0.83 0.44 358.52 0.74 0.32
Hex 8F 15 18 0 55 53 2C 167 4A 20
Octal 217 25 30 0 125 123 54 547 112 40
Binary 10001111 10101 11000 0 1010101 1010011 101100 101100111 1001010 100000

Color Harmonies of #8F1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1518

Black with #8F1518

Text Example


Text Example

White with #8F1518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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