Html Css Color HEX #D5292D Mahogany

📋 copy color: '#D5292D'

red 213 ◦ green 41 ◦ blue 45

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

Shades of Mahogany #D5292D

Tints of Mahogany #D5292D

RGB

 RED value IS 213 (83.59% from 255) = 71.24%

 GREEN value IS 41 (16.41% from 255) = 13.71%

 BLUE value IS 45 (17.97% from 255) = 15.05%

R = 71.24%
G = 13.71%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5292D (or 0xD5292D) is known color: Mahogany. HEX triplet: D5, 29 and 2D. RGB value is (213,41,45). Sum of RGB (Red+Green+Blue) = 213+41+45=299 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.24% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 213 - color contains mainly: red. Hex color #D5292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5292D is #2AD6D2. Grayscale: #5D5D5D. Windows color (decimal): -2807507 or 2959829. OLE color: 2959829.

HSL color Cylindrical-coordinate representation of color #D5292D: hue angle of 358.6º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5292D is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 41 45 -
CMYK 0 0.81 0.79 0.16
HSL 358.6º 0.68% 0.5% -
HSV(B) 358.6º 0.81% 0.84% -
XYZ 28.71 15.92 4.04 -
YUV 92.88 100.98 213.67 -
System Red Green Blue C M Y K H S L
Decimal 213 41 45 0 0.81 0.79 0.16 358.6 0.68 0.5
Hex D5 29 2D 0 51 4F 10 167 44 32
Octal 325 51 55 0 121 117 20 547 104 62
Binary 11010101 101001 101101 0 1010001 1001111 10000 101100111 1000100 110010

Color Harmonies of #D5292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5292D

Black with #D5292D

Text Example


Text Example

White with #D5292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5292D; }

 p { color: rgb(213,41,45); }

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

background-color css

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

 a { background-color: rgb(213,41,45); }

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

border-color css

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

 span { border-color: rgb(213,41,45); }

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