Html Css Color HEX #991221 Carmine

📋 copy color: '#991221'

red 153 ◦ green 18 ◦ blue 33

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

Shades of Carmine #991221

Tints of Carmine #991221

RGB

 RED value IS 153 (60.16% from 255) = 75%

 GREEN value IS 18 (7.42% from 255) = 8.82%

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

R = 75%
G = 8.82%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#991221 (or 0x991221) is known color: Carmine. HEX triplet: 99, 12 and 21. RGB value is (153,18,33). Sum of RGB (Red+Green+Blue) = 153+18+33=204 (27% of max value = 765). Red value is 153 (60.16% from 255 or 75% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 153 - color contains mainly: red. Hex color #991221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991221 is #66EDDE. Grayscale: #3C3C3C. Windows color (decimal): -6745567 or 2167449. OLE color: 2167449.

HSL color Cylindrical-coordinate representation of color #991221: hue angle of 353.33º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991221 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 18 33 -
CMYK 0 0.88 0.78 0.4
HSL 353.33º 0.79% 0.34% -
HSV(B) 353.33º 0.88% 0.6% -
XYZ 13.63 7.31 2.13 -
YUV 60.08 112.73 194.28 -
System Red Green Blue C M Y K H S L
Decimal 153 18 33 0 0.88 0.78 0.4 353.33 0.79 0.34
Hex 99 12 21 0 58 4E 28 161 4F 22
Octal 231 22 41 0 130 116 50 541 117 42
Binary 10011001 10010 100001 0 1011000 1001110 101000 101100001 1001111 100010

Color Harmonies of #991221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991221

Black with #991221

Text Example


Text Example

White with #991221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991221; }

 p { color: rgb(153,18,33); }

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

background-color css

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

 a { background-color: rgb(153,18,33); }

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

border-color css

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

 span { border-color: rgb(153,18,33); }

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