Html Css Color HEX #990121 Carmine

📋 copy color: '#990121'

red 153 ◦ green 1 ◦ blue 33

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

Shades of Carmine #990121

Tints of Carmine #990121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 81.82%
G = 0.53%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#990121 (or 0x990121) is known color: Carmine. HEX triplet: 99, 01 and 21. RGB value is (153,1,33). Sum of RGB (Red+Green+Blue) = 153+1+33=187 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.82% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 153 - color contains mainly: red. Hex color #990121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990121 is #66FEDE. Grayscale: #323232. Windows color (decimal): -6749919 or 2163097. OLE color: 2163097.

HSL color Cylindrical-coordinate representation of color #990121: hue angle of 347.37º degrees, saturation: 0.99, 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 #990121 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 1 33 -
CMYK 0 0.99 0.78 0.4
HSL 347.37º 0.99% 0.3% -
HSV(B) 347.37º 0.99% 0.6% -
XYZ 13.42 6.9 2.06 -
YUV 50.1 118.36 201.4 -
System Red Green Blue C M Y K H S L
Decimal 153 1 33 0 0.99 0.78 0.4 347.37 0.99 0.3
Hex 99 1 21 0 63 4E 28 15B 63 1E
Octal 231 1 41 0 143 116 50 533 143 36
Binary 10011001 1 100001 0 1100011 1001110 101000 101011011 1100011 11110

Color Harmonies of #990121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990121

Black with #990121

Text Example


Text Example

White with #990121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990121; }

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

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

background-color css

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

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

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

border-color css

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

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

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