Html Css Color HEX #8F1124 Carmine

📋 copy color: '#8F1124'

red 143 ◦ green 17 ◦ blue 36

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

Shades of Carmine #8F1124

Tints of Carmine #8F1124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 18.37%

R = 72.96%
G = 8.67%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#8F1124 (or 0x8F1124) is known color: Carmine. HEX triplet: 8F, 11 and 24. RGB value is (143,17,36). Sum of RGB (Red+Green+Blue) = 143+17+36=196 (25% of max value = 765). Red value is 143 (56.25% from 255 or 72.96% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1124 is #70EEDB. Grayscale: #383838. Windows color (decimal): -7401180 or 2363791. OLE color: 2363791.

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

Color convert

RGB 143 17 36 -
CMYK 0 0.88 0.75 0.44
HSL 350.95º 0.79% 0.31% -
HSV(B) 350.95º 0.88% 0.56% -
XYZ 11.85 6.37 2.27 -
YUV 56.84 116.24 189.46 -
System Red Green Blue C M Y K H S L
Decimal 143 17 36 0 0.88 0.75 0.44 350.95 0.79 0.31
Hex 8F 11 24 0 58 4B 2C 15F 4F 1F
Octal 217 21 44 0 130 113 54 537 117 37
Binary 10001111 10001 100100 0 1011000 1001011 101100 101011111 1001111 11111

Color Harmonies of #8F1124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1124

Black with #8F1124

Text Example


Text Example

White with #8F1124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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