Html Css Color HEX #8F0914 Carmine

📋 copy color: '#8F0914'

red 143 ◦ green 9 ◦ blue 20

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

Shades of Carmine #8F0914

Tints of Carmine #8F0914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.23%

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

R = 83.14%
G = 5.23%
B = 11.63%

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

#8F0914 (or 0x8F0914) is known color: Carmine. HEX triplet: 8F, 09 and 14. RGB value is (143,9,20). Sum of RGB (Red+Green+Blue) = 143+9+20=172 (22% of max value = 765). Red value is 143 (56.25% from 255 or 83.14% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0914 is #70F6EB. Grayscale: #323232. Windows color (decimal): -7403244 or 1313167. OLE color: 1313167.

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

Color convert

RGB 143 9 20 -
CMYK 0 0.94 0.86 0.44
HSL 355.07º 0.88% 0.3% -
HSV(B) 355.07º 0.94% 0.56% -
XYZ 11.55 6.09 1.23 -
YUV 50.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 143 9 20 0 0.94 0.86 0.44 355.07 0.88 0.3
Hex 8F 9 14 0 5E 56 2C 163 58 1E
Octal 217 11 24 0 136 126 54 543 130 36
Binary 10001111 1001 10100 0 1011110 1010110 101100 101100011 1011000 11110

Color Harmonies of #8F0914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0914

Black with #8F0914

Text Example


Text Example

White with #8F0914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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