#990214

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

Shades of Carmine #990214

Tints of Carmine #990214

Color information

#990214 (or 0x990214) is unknown color: approx Carmine. HEX triplet: 99, 02 and 14. RGB value is (153,2,20). Sum of RGB (Red+Green+Blue) = 153+2+20=175 (23% of max value = 765). Red value is 153 (60.16% from 255 or 87.43% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 153 - color contains mainly: red. Hex color #990214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990214 is #66FDEB. Grayscale: #313131. Windows color (decimal): -6749676 or 1311385. OLE color: 1311385.

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

Color convert

RGB153220-
CMYK00.990.870.4
HSL352.85º97.42%30.39%-
HSV(B)352.85º98.69%60%-
XYZ13.286.871.29-
YUV49.2111.53202.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 87.43%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 20 (8.20% from 255) = 11.43%
R=87.43%
G=1.14%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15322000.990.870.4352.8597.4230.39
Hex992140635728161611e
Octal23122401431275054114136
Binary100110011010100011000111010111101000101100001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990214; }

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

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

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

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

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

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

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

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