Html Css Color HEX #250221 Mardi Gras

📋 copy color: '#250221'

red 37 ◦ green 2 ◦ blue 33

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

Shades of Mardi Gras #250221

Tints of Mardi Gras #250221

RGB

 RED value IS 37 (14.84% from 255) = 51.39%

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

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

R = 51.39%
G = 2.78%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#250221 (or 0x250221) is known color: Mardi Gras. HEX triplet: 25, 02 and 21. RGB value is (37,2,33). Sum of RGB (Red+Green+Blue) = 37+2+33=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 33 (13.28% from 255 or 45.83% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #250221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250221 is #DAFDDE. Grayscale: #0F0F0F. Windows color (decimal): -14351839 or 2163237. OLE color: 2163237.

HSL color Cylindrical-coordinate representation of color #250221: hue angle of 306.86º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250221 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 2 33 -
CMYK 0 0.95 0.11 0.85
HSL 306.86º 0.9% 0.08% -
HSV(B) 306.86º 0.95% 0.15% -
XYZ 1.06 0.55 1.49 -
YUV 16 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 37 2 33 0 0.95 0.11 0.85 306.86 0.9 0.08
Hex 25 2 21 0 5F B 55 133 5A 8
Octal 45 2 41 0 137 13 125 463 132 10
Binary 100101 10 100001 0 1011111 1011 1010101 100110011 1011010 1000

Color Harmonies of #250221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250221

Black with #250221

Text Example


Text Example

White with #250221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250221; }

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

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

background-color css

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

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

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

border-color css

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

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

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