Html Css Color HEX #D4292D Mahogany

📋 copy color: '#D4292D'

red 212 ◦ green 41 ◦ blue 45

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

Shades of Mahogany #D4292D

Tints of Mahogany #D4292D

RGB

 RED value IS 212 (83.2% from 255) = 71.14%

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

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

R = 71.14%
G = 13.76%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4292D (or 0xD4292D) is known color: Mahogany. HEX triplet: D4, 29 and 2D. RGB value is (212,41,45). Sum of RGB (Red+Green+Blue) = 212+41+45=298 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.14% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 212 - color contains mainly: red. Hex color #D4292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4292D is #2BD6D2. Grayscale: #5C5C5C. Windows color (decimal): -2873043 or 2959828. OLE color: 2959828.

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

Color convert

RGB 212 41 45 -
CMYK 0 0.81 0.79 0.17
HSL 358.6º 0.68% 0.5% -
HSV(B) 358.6º 0.81% 0.83% -
XYZ 28.42 15.77 4.03 -
YUV 92.59 101.15 213.17 -
System Red Green Blue C M Y K H S L
Decimal 212 41 45 0 0.81 0.79 0.17 358.6 0.68 0.5
Hex D4 29 2D 0 51 4F 11 167 44 32
Octal 324 51 55 0 121 117 21 547 104 62
Binary 11010100 101001 101101 0 1010001 1001111 10001 101100111 1000100 110010

Color Harmonies of #D4292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4292D

Black with #D4292D

Text Example


Text Example

White with #D4292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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