Html Css Color HEX #9F111D Carmine

📋 copy color: '#9F111D'

red 159 ◦ green 17 ◦ blue 29

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

Shades of Carmine #9F111D

Tints of Carmine #9F111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.15%

R = 77.56%
G = 8.29%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9F111D (or 0x9F111D) is known color: Carmine. HEX triplet: 9F, 11 and 1D. RGB value is (159,17,29). Sum of RGB (Red+Green+Blue) = 159+17+29=205 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.56% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 159 - color contains mainly: red. Hex color #9F111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F111D is #60EEE2. Grayscale: #3C3C3C. Windows color (decimal): -6352611 or 1905055. OLE color: 1905055.

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

Color convert

RGB 159 17 29 -
CMYK 0 0.89 0.82 0.38
HSL 354.93º 0.81% 0.35% -
HSV(B) 354.93º 0.89% 0.62% -
XYZ 14.72 7.86 1.9 -
YUV 60.83 110.04 198.02 -
System Red Green Blue C M Y K H S L
Decimal 159 17 29 0 0.89 0.82 0.38 354.93 0.81 0.35
Hex 9F 11 1D 0 59 52 26 163 51 23
Octal 237 21 35 0 131 122 46 543 121 43
Binary 10011111 10001 11101 0 1011001 1010010 100110 101100011 1010001 100011

Color Harmonies of #9F111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F111D

Black with #9F111D

Text Example


Text Example

White with #9F111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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