Html Css Color HEX #9F1521 Carmine

📋 copy color: '#9F1521'

red 159 ◦ green 21 ◦ blue 33

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

Shades of Carmine #9F1521

Tints of Carmine #9F1521

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.86%

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

R = 74.65%
G = 9.86%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#9F1521 (or 0x9F1521) is known color: Carmine. HEX triplet: 9F, 15 and 21. RGB value is (159,21,33). Sum of RGB (Red+Green+Blue) = 159+21+33=213 (28% of max value = 765). Red value is 159 (62.5% from 255 or 74.65% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1521 is #60EADE. Grayscale: #3F3F3F. Windows color (decimal): -6351583 or 2168223. OLE color: 2168223.

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

Color convert

RGB 159 21 33 -
CMYK 0 0.87 0.79 0.38
HSL 354.78º 0.77% 0.35% -
HSV(B) 354.78º 0.87% 0.62% -
XYZ 14.84 8.02 2.2 -
YUV 63.63 110.72 196.02 -
System Red Green Blue C M Y K H S L
Decimal 159 21 33 0 0.87 0.79 0.38 354.78 0.77 0.35
Hex 9F 15 21 0 57 4F 26 163 4D 23
Octal 237 25 41 0 127 117 46 543 115 43
Binary 10011111 10101 100001 0 1010111 1001111 100110 101100011 1001101 100011

Color Harmonies of #9F1521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1521

Black with #9F1521

Text Example


Text Example

White with #9F1521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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