Html Css Color HEX #9F1121 Carmine

📋 copy color: '#9F1121'

red 159 ◦ green 17 ◦ blue 33

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

Shades of Carmine #9F1121

Tints of Carmine #9F1121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.79%

R = 76.08%
G = 8.13%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#9F1121 (or 0x9F1121) is known color: Carmine. HEX triplet: 9F, 11 and 21. RGB value is (159,17,33). Sum of RGB (Red+Green+Blue) = 159+17+33=209 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.08% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1121 is #60EEDE. Grayscale: #3D3D3D. Windows color (decimal): -6352607 or 2167199. OLE color: 2167199.

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

Color convert

RGB 159 17 33 -
CMYK 0 0.89 0.79 0.38
HSL 353.24º 0.81% 0.35% -
HSV(B) 353.24º 0.89% 0.62% -
XYZ 14.77 7.88 2.18 -
YUV 61.28 112.04 197.7 -
System Red Green Blue C M Y K H S L
Decimal 159 17 33 0 0.89 0.79 0.38 353.24 0.81 0.35
Hex 9F 11 21 0 59 4F 26 161 51 23
Octal 237 21 41 0 131 117 46 541 121 43
Binary 10011111 10001 100001 0 1011001 1001111 100110 101100001 1010001 100011

Color Harmonies of #9F1121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1121

Black with #9F1121

Text Example


Text Example

White with #9F1121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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