Html Css Color HEX #9F111F Carmine

📋 copy color: '#9F111F'

red 159 ◦ green 17 ◦ blue 31

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

Shades of Carmine #9F111F

Tints of Carmine #9F111F

RGB

 RED value IS 159 (62.5% from 255) = 76.81%

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

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

R = 76.81%
G = 8.21%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F111F (or 0x9F111F) is known color: Carmine. HEX triplet: 9F, 11 and 1F. RGB value is (159,17,31). Sum of RGB (Red+Green+Blue) = 159+17+31=207 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.81% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 159 - color contains mainly: red. Hex color #9F111F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F111F is #60EEE0. Grayscale: #3D3D3D. Windows color (decimal): -6352609 or 2036127. OLE color: 2036127.

HSL color Cylindrical-coordinate representation of color #9F111F: hue angle of 354.08º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F111F is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 17 31 -
CMYK 0 0.89 0.81 0.38
HSL 354.08º 0.81% 0.35% -
HSV(B) 354.08º 0.89% 0.62% -
XYZ 14.75 7.87 2.04 -
YUV 61.05 111.04 197.86 -
System Red Green Blue C M Y K H S L
Decimal 159 17 31 0 0.89 0.81 0.38 354.08 0.81 0.35
Hex 9F 11 1F 0 59 51 26 162 51 23
Octal 237 21 37 0 131 121 46 542 121 43
Binary 10011111 10001 11111 0 1011001 1010001 100110 101100010 1010001 100011

Color Harmonies of #9F111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F111F

Black with #9F111F

Text Example


Text Example

White with #9F111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F111F; }

 p { color: rgb(159,17,31); }

 H1.HeaderClassName
 {
   color: #9F111F;
 }
 .AnyTagClassName
 {
   color: #9F111F;
 }
</style>

background-color css

<style>
 a { background-color: #9F111F; }

 a { background-color: rgb(159,17,31); }

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

border-color css

<style>
 span { border-color: #9F111F; }

 span { border-color: rgb(159,17,31); }

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