Html Css Color HEX #25021E Mardi Gras

📋 copy color: '#25021E'

red 37 ◦ green 2 ◦ blue 30

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

Shades of Mardi Gras #25021E

Tints of Mardi Gras #25021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 43.48%

R = 53.62%
G = 2.9%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#25021E (or 0x25021E) is known color: Mardi Gras. HEX triplet: 25, 02 and 1E. RGB value is (37,2,30). Sum of RGB (Red+Green+Blue) = 37+2+30=69 (9% of max value = 765). Red value is 37 (14.84% from 255 or 53.62% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 37 - color contains mainly: red. Hex color #25021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25021E is #DAFDE1. Grayscale: #0F0F0F. Windows color (decimal): -14351842 or 1966629. OLE color: 1966629.

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

Color convert

RGB 37 2 30 -
CMYK 0 0.95 0.19 0.85
HSL 312º 0.9% 0.08% -
HSV(B) 312º 0.95% 0.15% -
XYZ 1.02 0.53 1.28 -
YUV 15.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 37 2 30 0 0.95 0.19 0.85 312 0.9 0.08
Hex 25 2 1E 0 5F 13 55 138 5A 8
Octal 45 2 36 0 137 23 125 470 132 10
Binary 100101 10 11110 0 1011111 10011 1010101 100111000 1011010 1000

Color Harmonies of #25021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25021E

Black with #25021E

Text Example


Text Example

White with #25021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25021E; }

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

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

background-color css

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

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

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

border-color css

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

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

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