Html Css Color HEX #8F1126 Carmine

📋 copy color: '#8F1126'

red 143 ◦ green 17 ◦ blue 38

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

Shades of Carmine #8F1126

Tints of Carmine #8F1126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.19%

R = 72.22%
G = 8.59%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#8F1126 (or 0x8F1126) is known color: Carmine. HEX triplet: 8F, 11 and 26. RGB value is (143,17,38). Sum of RGB (Red+Green+Blue) = 143+17+38=198 (26% of max value = 765). Red value is 143 (56.25% from 255 or 72.22% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1126 is #70EED9. Grayscale: #393939. Windows color (decimal): -7401178 or 2494863. OLE color: 2494863.

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

Color convert

RGB 143 17 38 -
CMYK 0 0.88 0.73 0.44
HSL 350º 0.79% 0.31% -
HSV(B) 350º 0.88% 0.56% -
XYZ 11.88 6.38 2.44 -
YUV 57.07 117.24 189.29 -
System Red Green Blue C M Y K H S L
Decimal 143 17 38 0 0.88 0.73 0.44 350 0.79 0.31
Hex 8F 11 26 0 58 49 2C 15E 4F 1F
Octal 217 21 46 0 130 111 54 536 117 37
Binary 10001111 10001 100110 0 1011000 1001001 101100 101011110 1001111 11111

Color Harmonies of #8F1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1126

Black with #8F1126

Text Example


Text Example

White with #8F1126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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