Html Css Color HEX #8F0814 Carmine

📋 copy color: '#8F0814'

red 143 ◦ green 8 ◦ blue 20

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

Shades of Carmine #8F0814

Tints of Carmine #8F0814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.68%

 BLUE value IS 20 (8.2% from 255) = 11.7%

R = 83.63%
G = 4.68%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#8F0814 (or 0x8F0814) is known color: Carmine. HEX triplet: 8F, 08 and 14. RGB value is (143,8,20). Sum of RGB (Red+Green+Blue) = 143+8+20=171 (22% of max value = 765). Red value is 143 (56.25% from 255 or 83.63% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0814 is #70F7EB. Grayscale: #313131. Windows color (decimal): -7403500 or 1312911. OLE color: 1312911.

HSL color Cylindrical-coordinate representation of color #8F0814: hue angle of 354.67º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0814 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 8 20 -
CMYK 0 0.94 0.86 0.44
HSL 354.67º 0.89% 0.3% -
HSV(B) 354.67º 0.94% 0.56% -
XYZ 11.54 6.06 1.22 -
YUV 49.73 111.23 194.52 -
System Red Green Blue C M Y K H S L
Decimal 143 8 20 0 0.94 0.86 0.44 354.67 0.89 0.3
Hex 8F 8 14 0 5E 56 2C 163 59 1E
Octal 217 10 24 0 136 126 54 543 131 36
Binary 10001111 1000 10100 0 1011110 1010110 101100 101100011 1011001 11110

Color Harmonies of #8F0814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0814

Black with #8F0814

Text Example


Text Example

White with #8F0814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,8,20); }

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

background-color css

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

 a { background-color: rgb(143,8,20); }

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

border-color css

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

 span { border-color: rgb(143,8,20); }

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