#990E21

Color #990E21 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #990E21

Tints of Carmine #990E21

Color information

#990E21 (or 0x990E21) is unknown color: approx Carmine. HEX triplet: 99, 0E and 21. RGB value is (153,14,33). Sum of RGB (Red+Green+Blue) = 153+14+33=200 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.5% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 153 - color contains mainly: red. Hex color #990E21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990E21 is #66F1DE. Grayscale: #393939. Windows color (decimal): -6746591 or 2166425. OLE color: 2166425.

HSL color Cylindrical-coordinate representation of color #990E21: hue angle of 351.8º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #990E21 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB1531433-
CMYK00.910.780.4
HSL351.8º83.23%32.75%-
HSV(B)351.8º90.85%60%-
XYZ13.577.22.11-
YUV57.73114.05195.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 76.5%
GREEN value IS 14 (5.86% from 255) = 7%
BLUE value IS 33 (13.28% from 255) = 16.5%
R=76.5%
G=7%
B=16.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153143300.910.780.4351.883.2332.75
Hex99E2105B4E281605321
Octal231164101331165054012341
Binary1001100111101000010101101110011101010001011000001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990E21; }

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

 H1.HeaderClassName
 {
   color: #990E21;
 }
 .AnyTagClassName
 {
   color: #990E21;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #990E21;
 }
 .BgClassName
 {
   background-color: #990E21;
 }
</style>
border-color css

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

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

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