Html Css Color HEX #9F131F Carmine

📋 copy color: '#9F131F'

red 159 ◦ green 19 ◦ blue 31

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

Shades of Carmine #9F131F

Tints of Carmine #9F131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.09%

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

R = 76.08%
G = 9.09%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F131F (or 0x9F131F) is known color: Carmine. HEX triplet: 9F, 13 and 1F. RGB value is (159,19,31). Sum of RGB (Red+Green+Blue) = 159+19+31=209 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.08% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 159 - color contains mainly: red. Hex color #9F131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F131F is #60ECE0. Grayscale: #3E3E3E. Windows color (decimal): -6352097 or 2036639. OLE color: 2036639.

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

Color convert

RGB 159 19 31 -
CMYK 0 0.88 0.81 0.38
HSL 354.86º 0.79% 0.35% -
HSV(B) 354.86º 0.88% 0.62% -
XYZ 14.78 7.94 2.05 -
YUV 62.23 110.38 197.02 -
System Red Green Blue C M Y K H S L
Decimal 159 19 31 0 0.88 0.81 0.38 354.86 0.79 0.35
Hex 9F 13 1F 0 58 51 26 163 4F 23
Octal 237 23 37 0 130 121 46 543 117 43
Binary 10011111 10011 11111 0 1011000 1010001 100110 101100011 1001111 100011

Color Harmonies of #9F131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F131F

Black with #9F131F

Text Example


Text Example

White with #9F131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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