Html Css Color HEX #251415 Rustic Red

📋 copy color: '#251415'

red 37 ◦ green 20 ◦ blue 21

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

Shades of Rustic Red #251415

Tints of Rustic Red #251415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25.64%

 BLUE value IS 21 (8.59% from 255) = 26.92%

R = 47.44%
G = 25.64%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#251415 (or 0x251415) is known color: Rustic Red. HEX triplet: 25, 14 and 15. RGB value is (37,20,21). Sum of RGB (Red+Green+Blue) = 37+20+21=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #251415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251415 is #DAEBEA. Grayscale: #191919. Windows color (decimal): -14347243 or 1381413. OLE color: 1381413.

HSL color Cylindrical-coordinate representation of color #251415: hue angle of 356.47º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #251415 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 20 21 -
CMYK 0 0.46 0.43 0.85
HSL 356.47º 0.3% 0.11% -
HSV(B) 356.47º 0.46% 0.15% -
XYZ 1.15 0.95 0.83 -
YUV 25.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 37 20 21 0 0.46 0.43 0.85 356.47 0.3 0.11
Hex 25 14 15 0 2E 2B 55 164 1E B
Octal 45 24 25 0 56 53 125 544 36 13
Binary 100101 10100 10101 0 101110 101011 1010101 101100100 11110 1011

Color Harmonies of #251415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251415

Black with #251415

Text Example


Text Example

White with #251415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251415; }

 p { color: rgb(37,20,21); }

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

background-color css

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

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

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

border-color css

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

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

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