Html Css Color HEX #251217 Rustic Red

📋 copy color: '#251217'

red 37 ◦ green 18 ◦ blue 23

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

Shades of Rustic Red #251217

Tints of Rustic Red #251217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 23.08%

 BLUE value IS 23 (9.38% from 255) = 29.49%

R = 47.44%
G = 23.08%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#251217 (or 0x251217) is known color: Rustic Red. HEX triplet: 25, 12 and 17. RGB value is (37,18,23). Sum of RGB (Red+Green+Blue) = 37+18+23=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #251217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251217 is #DAEDE8. Grayscale: #181818. Windows color (decimal): -14347753 or 1511973. OLE color: 1511973.

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

Color convert

RGB 37 18 23 -
CMYK 0 0.51 0.38 0.85
HSL 344.21º 0.35% 0.11% -
HSV(B) 344.21º 0.51% 0.15% -
XYZ 1.13 0.89 0.92 -
YUV 24.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 37 18 23 0 0.51 0.38 0.85 344.21 0.35 0.11
Hex 25 12 17 0 33 26 55 158 23 B
Octal 45 22 27 0 63 46 125 530 43 13
Binary 100101 10010 10111 0 110011 100110 1010101 101011000 100011 1011

Color Harmonies of #251217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251217

Black with #251217

Text Example


Text Example

White with #251217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251217; }

 p { color: rgb(37,18,23); }

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

background-color css

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

 a { background-color: rgb(37,18,23); }

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

border-color css

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

 span { border-color: rgb(37,18,23); }

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