Html Css Color HEX #25040E Rustic Red

📋 copy color: '#25040E'

red 37 ◦ green 4 ◦ blue 14

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

Shades of Rustic Red #25040E

Tints of Rustic Red #25040E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.27%

 BLUE value IS 14 (5.86% from 255) = 25.45%

R = 67.27%
G = 7.27%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#25040E (or 0x25040E) is known color: Rustic Red. HEX triplet: 25, 04 and 0E. RGB value is (37,4,14). Sum of RGB (Red+Green+Blue) = 37+4+14=55 (7% of max value = 765). Red value is 37 (14.84% from 255 or 67.27% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 14 (5.86% from 255 or 25.45% from 55); Max value from RGB is 37 - color contains mainly: red. Hex color #25040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25040E is #DAFBF1. Grayscale: #0F0F0F. Windows color (decimal): -14351346 or 918565. OLE color: 918565.

HSL color Cylindrical-coordinate representation of color #25040E: hue angle of 341.82º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25040E is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 4 14 -
CMYK 0 0.89 0.62 0.85
HSL 341.82º 0.8% 0.08% -
HSV(B) 341.82º 0.89% 0.15% -
XYZ 0.89 0.51 0.47 -
YUV 15.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 37 4 14 0 0.89 0.62 0.85 341.82 0.8 0.08
Hex 25 4 E 0 59 3E 55 156 50 8
Octal 45 4 16 0 131 76 125 526 120 10
Binary 100101 100 1110 0 1011001 111110 1010101 101010110 1010000 1000

Color Harmonies of #25040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25040E

Black with #25040E

Text Example


Text Example

White with #25040E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,4,14); }

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

background-color css

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

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

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

border-color css

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

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

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