Html Css Color HEX #D54446 Mahogany

📋 copy color: '#D54446'

red 213 ◦ green 68 ◦ blue 70

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

Shades of Mahogany #D54446

Tints of Mahogany #D54446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.37%

 BLUE value IS 70 (27.73% from 255) = 19.94%

R = 60.68%
G = 19.37%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D54446 (or 0xD54446) is known color: Mahogany. HEX triplet: D5, 44 and 46. RGB value is (213,68,70). Sum of RGB (Red+Green+Blue) = 213+68+70=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D54446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54446 is #2ABBB9. Grayscale: #6F6F6F. Windows color (decimal): -2800570 or 4605141. OLE color: 4605141.

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

Color convert

RGB 213 68 70 -
CMYK 0 0.68 0.67 0.16
HSL 359.17º 0.63% 0.55% -
HSV(B) 359.17º 0.68% 0.84% -
XYZ 30.61 18.72 7.79 -
YUV 111.58 104.54 200.34 -
System Red Green Blue C M Y K H S L
Decimal 213 68 70 0 0.68 0.67 0.16 359.17 0.63 0.55
Hex D5 44 46 0 44 43 10 167 3F 37
Octal 325 104 106 0 104 103 20 547 77 67
Binary 11010101 1000100 1000110 0 1000100 1000011 10000 101100111 111111 110111

Color Harmonies of #D54446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54446

Black with #D54446

Text Example


Text Example

White with #D54446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54446; }

 p { color: rgb(213,68,70); }

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

background-color css

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

 a { background-color: rgb(213,68,70); }

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

border-color css

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

 span { border-color: rgb(213,68,70); }

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