Html Css Color HEX #250220 Mardi Gras

📋 copy color: '#250220'

red 37 ◦ green 2 ◦ blue 32

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

Shades of Mardi Gras #250220

Tints of Mardi Gras #250220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 45.07%

R = 52.11%
G = 2.82%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#250220 (or 0x250220) is known color: Mardi Gras. HEX triplet: 25, 02 and 20. RGB value is (37,2,32). Sum of RGB (Red+Green+Blue) = 37+2+32=71 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.11% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 32 (12.89% from 255 or 45.07% from 71); Max value from RGB is 37 - color contains mainly: red. Hex color #250220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250220 is #DAFDDF. Grayscale: #0F0F0F. Windows color (decimal): -14351840 or 2097701. OLE color: 2097701.

HSL color Cylindrical-coordinate representation of color #250220: hue angle of 308.57º 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 #250220 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 2 32 -
CMYK 0 0.95 0.14 0.85
HSL 308.57º 0.9% 0.08% -
HSV(B) 308.57º 0.95% 0.15% -
XYZ 1.05 0.54 1.42 -
YUV 15.89 137.1 143.06 -
System Red Green Blue C M Y K H S L
Decimal 37 2 32 0 0.95 0.14 0.85 308.57 0.9 0.08
Hex 25 2 20 0 5F E 55 135 5A 8
Octal 45 2 40 0 137 16 125 465 132 10
Binary 100101 10 100000 0 1011111 1110 1010101 100110101 1011010 1000

Color Harmonies of #250220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250220

Black with #250220

Text Example


Text Example

White with #250220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250220; }

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

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

background-color css

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

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

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

border-color css

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

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

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