Html Css Color HEX #250225 Mardi Gras

📋 copy color: '#250225'

red 37 ◦ green 2 ◦ blue 37

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

Shades of Mardi Gras #250225

Tints of Mardi Gras #250225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 48.68%

R = 48.68%
G = 2.63%
B = 48.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#250225 (or 0x250225) is known color: Mardi Gras. HEX triplet: 25, 02 and 25. RGB value is (37,2,37). Sum of RGB (Red+Green+Blue) = 37+2+37=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #250225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250225 is #DAFDDA. Grayscale: #101010. Windows color (decimal): -14351835 or 2425381. OLE color: 2425381.

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

Color convert

RGB 37 2 37 -
CMYK 0 0.95 0 0.85
HSL 300º 0.9% 0.08% -
HSV(B) 300º 0.95% 0.15% -
XYZ 1.12 0.57 1.8 -
YUV 16.46 139.6 142.65 -
System Red Green Blue C M Y K H S L
Decimal 37 2 37 0 0.95 0 0.85 300 0.9 0.08
Hex 25 2 25 0 5F 0 55 12C 5A 8
Octal 45 2 45 0 137 0 125 454 132 10
Binary 100101 10 100101 0 1011111 0 1010101 100101100 1011010 1000

Color Harmonies of #250225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250225

Black with #250225

Text Example


Text Example

White with #250225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250225; }

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

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

background-color css

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

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

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

border-color css

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

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

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