Html Css Color HEX #251114 Rustic Red

📋 copy color: '#251114'

red 37 ◦ green 17 ◦ blue 20

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

Shades of Rustic Red #251114

Tints of Rustic Red #251114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 22.97%

 BLUE value IS 20 (8.2% from 255) = 27.03%

R = 50%
G = 22.97%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#251114 (or 0x251114) is known color: Rustic Red. HEX triplet: 25, 11 and 14. RGB value is (37,17,20). Sum of RGB (Red+Green+Blue) = 37+17+20=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #251114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251114 is #DAEEEB. Grayscale: #171717. Windows color (decimal): -14348012 or 1315109. OLE color: 1315109.

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

Color convert

RGB 37 17 20 -
CMYK 0 0.54 0.46 0.85
HSL 351º 0.37% 0.11% -
HSV(B) 351º 0.54% 0.15% -
XYZ 1.09 0.84 0.77 -
YUV 23.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 37 17 20 0 0.54 0.46 0.85 351 0.37 0.11
Hex 25 11 14 0 36 2E 55 15F 25 B
Octal 45 21 24 0 66 56 125 537 45 13
Binary 100101 10001 10100 0 110110 101110 1010101 101011111 100101 1011

Color Harmonies of #251114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251114

Black with #251114

Text Example


Text Example

White with #251114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251114; }

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

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

background-color css

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

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

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

border-color css

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

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

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