Html Css Color HEX #9F1621 Carmine

📋 copy color: '#9F1621'

red 159 ◦ green 22 ◦ blue 33

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

Shades of Carmine #9F1621

Tints of Carmine #9F1621

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.28%

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

R = 74.3%
G = 10.28%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#9F1621 (or 0x9F1621) is known color: Carmine. HEX triplet: 9F, 16 and 21. RGB value is (159,22,33). Sum of RGB (Red+Green+Blue) = 159+22+33=214 (28% of max value = 765). Red value is 159 (62.5% from 255 or 74.30% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1621 is #60E9DE. Grayscale: #404040. Windows color (decimal): -6351327 or 2168479. OLE color: 2168479.

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

Color convert

RGB 159 22 33 -
CMYK 0 0.86 0.79 0.38
HSL 355.18º 0.76% 0.35% -
HSV(B) 355.18º 0.86% 0.62% -
XYZ 14.86 8.05 2.21 -
YUV 64.22 110.39 195.61 -
System Red Green Blue C M Y K H S L
Decimal 159 22 33 0 0.86 0.79 0.38 355.18 0.76 0.35
Hex 9F 16 21 0 56 4F 26 163 4C 23
Octal 237 26 41 0 126 117 46 543 114 43
Binary 10011111 10110 100001 0 1010110 1001111 100110 101100011 1001100 100011

Color Harmonies of #9F1621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1621

Black with #9F1621

Text Example


Text Example

White with #9F1621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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