Html Css Color HEX #250125 Mardi Gras

📋 copy color: '#250125'

red 37 ◦ green 1 ◦ blue 37

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

Shades of Mardi Gras #250125

Tints of Mardi Gras #250125

RGB

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

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

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

R = 49.33%
G = 1.33%
B = 49.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#250125 (or 0x250125) is known color: Mardi Gras. HEX triplet: 25, 01 and 25. RGB value is (37,1,37). Sum of RGB (Red+Green+Blue) = 37+1+37=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #250125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250125 is #DAFEDA. Grayscale: #0F0F0F. Windows color (decimal): -14352091 or 2425125. OLE color: 2425125.

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

Color convert

RGB 37 1 37 -
CMYK 0 0.97 0 0.85
HSL 300º 0.95% 0.07% -
HSV(B) 300º 0.97% 0.15% -
XYZ 1.11 0.55 1.8 -
YUV 15.87 139.93 143.07 -
System Red Green Blue C M Y K H S L
Decimal 37 1 37 0 0.97 0 0.85 300 0.95 0.07
Hex 25 1 25 0 61 0 55 12C 5F 7
Octal 45 1 45 0 141 0 125 454 137 7
Binary 100101 1 100101 0 1100001 0 1010101 100101100 1011111 111

Color Harmonies of #250125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250125

Black with #250125

Text Example


Text Example

White with #250125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250125; }

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

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

background-color css

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

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

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

border-color css

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

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

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