Html Css Color HEX #8F0D1F Carmine

📋 copy color: '#8F0D1F'

red 143 ◦ green 13 ◦ blue 31

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

Shades of Carmine #8F0D1F

Tints of Carmine #8F0D1F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.95%

 BLUE value IS 31 (12.5% from 255) = 16.58%

R = 76.47%
G = 6.95%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8F0D1F (or 0x8F0D1F) is known color: Carmine. HEX triplet: 8F, 0D and 1F. RGB value is (143,13,31). Sum of RGB (Red+Green+Blue) = 143+13+31=187 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.47% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0D1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0D1F is #70F2E0. Grayscale: #353535. Windows color (decimal): -7402209 or 2035087. OLE color: 2035087.

HSL color Cylindrical-coordinate representation of color #8F0D1F: hue angle of 351.69º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F0D1F is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 13 31 -
CMYK 0 0.91 0.78 0.44
HSL 351.69º 0.83% 0.31% -
HSV(B) 351.69º 0.91% 0.56% -
XYZ 11.72 6.23 1.88 -
YUV 53.92 115.07 191.54 -
System Red Green Blue C M Y K H S L
Decimal 143 13 31 0 0.91 0.78 0.44 351.69 0.83 0.31
Hex 8F D 1F 0 5B 4E 2C 160 53 1F
Octal 217 15 37 0 133 116 54 540 123 37
Binary 10001111 1101 11111 0 1011011 1001110 101100 101100000 1010011 11111

Color Harmonies of #8F0D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0D1F

Black with #8F0D1F

Text Example


Text Example

White with #8F0D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,13,31); }

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

background-color css

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

 a { background-color: rgb(143,13,31); }

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

border-color css

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

 span { border-color: rgb(143,13,31); }

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