Html Css Color HEX #210221 Mardi Gras

📋 copy color: '#210221'

red 33 ◦ green 2 ◦ blue 33

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

Shades of Mardi Gras #210221

Tints of Mardi Gras #210221

RGB

 RED value IS 33 (13.28% from 255) = 48.53%

 GREEN value IS 2 (1.17% from 255) = 2.94%

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

R = 48.53%
G = 2.94%
B = 48.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#210221 (or 0x210221) is known color: Mardi Gras. HEX triplet: 21, 02 and 21. RGB value is (33,2,33). Sum of RGB (Red+Green+Blue) = 33+2+33=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 33 (13.28% from 255 or 48.53% from 68); Max value from RGB is 33 - color contains mainly: red, blue. Hex color #210221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210221 is #DEFDDE. Grayscale: #0E0E0E. Windows color (decimal): -14613983 or 2163233. OLE color: 2163233.

HSL color Cylindrical-coordinate representation of color #210221: hue angle of 300º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210221 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 2 33 -
CMYK 0 0.94 0 0.87
HSL 300º 0.89% 0.07% -
HSV(B) 300º 0.94% 0.13% -
XYZ 0.92 0.48 1.48 -
YUV 14.8 138.27 140.98 -
System Red Green Blue C M Y K H S L
Decimal 33 2 33 0 0.94 0 0.87 300 0.89 0.07
Hex 21 2 21 0 5E 0 57 12C 59 7
Octal 41 2 41 0 136 0 127 454 131 7
Binary 100001 10 100001 0 1011110 0 1010111 100101100 1011001 111

Color Harmonies of #210221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210221

Black with #210221

Text Example


Text Example

White with #210221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210221; }

 p { color: rgb(33,2,33); }

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

background-color css

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

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

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

border-color css

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

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

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