Html Css Color HEX #25070E Rustic Red

📋 copy color: '#25070E'

red 37 ◦ green 7 ◦ blue 14

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

Shades of Rustic Red #25070E

Tints of Rustic Red #25070E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 12.07%

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

R = 63.79%
G = 12.07%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#25070E (or 0x25070E) is known color: Rustic Red. HEX triplet: 25, 07 and 0E. RGB value is (37,7,14). Sum of RGB (Red+Green+Blue) = 37+7+14=58 (7% of max value = 765). Red value is 37 (14.84% from 255 or 63.79% from 58); Green value is 7 (3.12% from 255 or 12.07% from 58); Blue value is 14 (5.86% from 255 or 24.14% from 58); Max value from RGB is 37 - color contains mainly: red. Hex color #25070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25070E is #DAF8F1. Grayscale: #101010. Windows color (decimal): -14350578 or 919333. OLE color: 919333.

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

Color convert

RGB 37 7 14 -
CMYK 0 0.81 0.62 0.85
HSL 346º 0.68% 0.09% -
HSV(B) 346º 0.81% 0.15% -
XYZ 0.92 0.58 0.48 -
YUV 16.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 37 7 14 0 0.81 0.62 0.85 346 0.68 0.09
Hex 25 7 E 0 51 3E 55 15A 44 9
Octal 45 7 16 0 121 76 125 532 104 11
Binary 100101 111 1110 0 1010001 111110 1010101 101011010 1000100 1001

Color Harmonies of #25070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25070E

Black with #25070E

Text Example


Text Example

White with #25070E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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