Html Css Color HEX #991421 Carmine

📋 copy color: '#991421'

red 153 ◦ green 20 ◦ blue 33

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

Shades of Carmine #991421

Tints of Carmine #991421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.71%

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

R = 74.27%
G = 9.71%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#991421 (or 0x991421) is known color: Carmine. HEX triplet: 99, 14 and 21. RGB value is (153,20,33). Sum of RGB (Red+Green+Blue) = 153+20+33=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #991421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991421 is #66EBDE. Grayscale: #3D3D3D. Windows color (decimal): -6745055 or 2167961. OLE color: 2167961.

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

Color convert

RGB 153 20 33 -
CMYK 0 0.87 0.78 0.4
HSL 354.14º 0.77% 0.34% -
HSV(B) 354.14º 0.87% 0.6% -
XYZ 13.66 7.38 2.14 -
YUV 61.25 112.06 193.44 -
System Red Green Blue C M Y K H S L
Decimal 153 20 33 0 0.87 0.78 0.4 354.14 0.77 0.34
Hex 99 14 21 0 57 4E 28 162 4D 22
Octal 231 24 41 0 127 116 50 542 115 42
Binary 10011001 10100 100001 0 1010111 1001110 101000 101100010 1001101 100010

Color Harmonies of #991421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991421

Black with #991421

Text Example


Text Example

White with #991421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991421; }

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

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

background-color css

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

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

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

border-color css

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

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

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