Html Css Color HEX #D4292F Mahogany

📋 copy color: '#D4292F'

red 212 ◦ green 41 ◦ blue 47

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

Shades of Mahogany #D4292F

Tints of Mahogany #D4292F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.67%

R = 70.67%
G = 13.67%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4292F (or 0xD4292F) is known color: Mahogany. HEX triplet: D4, 29 and 2F. RGB value is (212,41,47). Sum of RGB (Red+Green+Blue) = 212+41+47=300 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 212 - color contains mainly: red. Hex color #D4292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4292F is #2BD6D0. Grayscale: #5C5C5C. Windows color (decimal): -2873041 or 3090900. OLE color: 3090900.

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

Color convert

RGB 212 41 47 -
CMYK 0 0.81 0.78 0.17
HSL 357.89º 0.68% 0.5% -
HSV(B) 357.89º 0.81% 0.83% -
XYZ 28.46 15.79 4.24 -
YUV 92.81 102.15 213.01 -
System Red Green Blue C M Y K H S L
Decimal 212 41 47 0 0.81 0.78 0.17 357.89 0.68 0.5
Hex D4 29 2F 0 51 4E 11 166 44 32
Octal 324 51 57 0 121 116 21 546 104 62
Binary 11010100 101001 101111 0 1010001 1001110 10001 101100110 1000100 110010

Color Harmonies of #D4292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4292F

Black with #D4292F

Text Example


Text Example

White with #D4292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4292F; }

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

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

background-color css

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

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

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

border-color css

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

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

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