Html Css Color HEX #9F121F Carmine

📋 copy color: '#9F121F'

red 159 ◦ green 18 ◦ blue 31

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

Shades of Carmine #9F121F

Tints of Carmine #9F121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.65%

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

R = 76.44%
G = 8.65%
B = 14.9%

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

#9F121F (or 0x9F121F) is known color: Carmine. HEX triplet: 9F, 12 and 1F. RGB value is (159,18,31). Sum of RGB (Red+Green+Blue) = 159+18+31=208 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.44% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 159 - color contains mainly: red. Hex color #9F121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F121F is #60EDE0. Grayscale: #3D3D3D. Windows color (decimal): -6352353 or 2036383. OLE color: 2036383.

HSL color Cylindrical-coordinate representation of color #9F121F: hue angle of 354.47º degrees, saturation: 0.8, 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 #9F121F is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 18 31 -
CMYK 0 0.89 0.81 0.38
HSL 354.47º 0.8% 0.35% -
HSV(B) 354.47º 0.89% 0.62% -
XYZ 14.76 7.9 2.04 -
YUV 61.64 110.71 197.44 -
System Red Green Blue C M Y K H S L
Decimal 159 18 31 0 0.89 0.81 0.38 354.47 0.8 0.35
Hex 9F 12 1F 0 59 51 26 162 50 23
Octal 237 22 37 0 131 121 46 542 120 43
Binary 10011111 10010 11111 0 1011001 1010001 100110 101100010 1010000 100011

Color Harmonies of #9F121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F121F

Black with #9F121F

Text Example


Text Example

White with #9F121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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