#9F1123

Color #9F1123 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #9F1123

Tints of Carmine #9F1123

Color information

#9F1123 (or 0x9F1123) is unknown color: approx Carmine. HEX triplet: 9F, 11 and 23. RGB value is (159,17,35). Sum of RGB (Red+Green+Blue) = 159+17+35=211 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.36% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1123 is #60EEDC. Grayscale: #3D3D3D. Windows color (decimal): -6352605 or 2298271. OLE color: 2298271.

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

Color convert

RGB1591735-
CMYK00.890.780.38
HSL352.39º80.68%34.51%-
HSV(B)352.39º89.31%62.35%-
XYZ14.87.892.33-
YUV61.51113.04197.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 75.36%
GREEN value IS 17 (7.03% from 255) = 8.06%
BLUE value IS 35 (14.06% from 255) = 16.59%
R=75.36%
G=8.06%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159173500.890.780.38352.3980.6834.51
Hex9F11230594E261605123
Octal237214301311164654012143
Binary10011111100011000110101100110011101001101011000001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F1123;
 }
 .AnyTagClassName
 {
   color: #9F1123;
 }
</style>
background-color css

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

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

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

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

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

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