Html Css Color HEX #8F0E23 Carmine

📋 copy color: '#8F0E23'

red 143 ◦ green 14 ◦ blue 35

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

Shades of Carmine #8F0E23

Tints of Carmine #8F0E23

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.29%

 BLUE value IS 35 (14.06% from 255) = 18.23%

R = 74.48%
G = 7.29%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#8F0E23 (or 0x8F0E23) is known color: Carmine. HEX triplet: 8F, 0E and 23. RGB value is (143,14,35). Sum of RGB (Red+Green+Blue) = 143+14+35=192 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.48% from 192); Green value is 14 (5.86% from 255 or 7.29% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0E23 is #70F1DC. Grayscale: #373737. Windows color (decimal): -7401949 or 2297487. OLE color: 2297487.

HSL color Cylindrical-coordinate representation of color #8F0E23: hue angle of 350.23º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0E23 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 14 35 -
CMYK 0 0.90 0.76 0.44
HSL 350.23º 0.82% 0.31% -
HSV(B) 350.23º 0.9% 0.56% -
XYZ 11.79 6.28 2.18 -
YUV 54.97 116.74 190.79 -
System Red Green Blue C M Y K H S L
Decimal 143 14 35 0 0.90 0.76 0.44 350.23 0.82 0.31
Hex 8F E 23 0 5A 4C 2C 15E 52 1F
Octal 217 16 43 0 132 114 54 536 122 37
Binary 10001111 1110 100011 0 1011010 1001100 101100 101011110 1010010 11111

Color Harmonies of #8F0E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0E23

Black with #8F0E23

Text Example


Text Example

White with #8F0E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,14,35); }

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

background-color css

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

 a { background-color: rgb(143,14,35); }

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

border-color css

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

 span { border-color: rgb(143,14,35); }

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