Html Css Color HEX #D5292A Mahogany

📋 copy color: '#D5292A'

red 213 ◦ green 41 ◦ blue 42

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

Shades of Mahogany #D5292A

Tints of Mahogany #D5292A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.19%

R = 71.96%
G = 13.85%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5292A (or 0xD5292A) is known color: Mahogany. HEX triplet: D5, 29 and 2A. RGB value is (213,41,42). Sum of RGB (Red+Green+Blue) = 213+41+42=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D5292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5292A is #2AD6D5. Grayscale: #5C5C5C. Windows color (decimal): -2807510 or 2763221. OLE color: 2763221.

HSL color Cylindrical-coordinate representation of color #D5292A: hue angle of 359.65º 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 #D5292A is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 41 42 -
CMYK 0 0.81 0.80 0.16
HSL 359.65º 0.68% 0.5% -
HSV(B) 359.65º 0.81% 0.84% -
XYZ 28.65 15.9 3.75 -
YUV 92.54 99.48 213.92 -
System Red Green Blue C M Y K H S L
Decimal 213 41 42 0 0.81 0.80 0.16 359.65 0.68 0.5
Hex D5 29 2A 0 51 50 10 168 44 32
Octal 325 51 52 0 121 120 20 550 104 62
Binary 11010101 101001 101010 0 1010001 1010000 10000 101101000 1000100 110010

Color Harmonies of #D5292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5292A

Black with #D5292A

Text Example


Text Example

White with #D5292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5292A; }

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

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

background-color css

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

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

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

border-color css

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

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

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