Html Css Color HEX #D54043 Mahogany

📋 copy color: '#D54043'

red 213 ◦ green 64 ◦ blue 67

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

Shades of Mahogany #D54043

Tints of Mahogany #D54043

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.6%

 BLUE value IS 67 (26.56% from 255) = 19.48%

R = 61.92%
G = 18.6%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D54043 (or 0xD54043) is known color: Mahogany. HEX triplet: D5, 40 and 43. RGB value is (213,64,67). Sum of RGB (Red+Green+Blue) = 213+64+67=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D54043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54043 is #2ABFBC. Grayscale: #6D6D6D. Windows color (decimal): -2801597 or 4407509. OLE color: 4407509.

HSL color Cylindrical-coordinate representation of color #D54043: hue angle of 358.79º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54043 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 64 67 -
CMYK 0 0.70 0.69 0.16
HSL 358.79º 0.64% 0.54% -
HSV(B) 358.79º 0.7% 0.84% -
XYZ 30.29 18.22 7.23 -
YUV 108.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 213 64 67 0 0.70 0.69 0.16 358.79 0.64 0.54
Hex D5 40 43 0 46 45 10 167 40 36
Octal 325 100 103 0 106 105 20 547 100 66
Binary 11010101 1000000 1000011 0 1000110 1000101 10000 101100111 1000000 110110

Color Harmonies of #D54043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54043

Black with #D54043

Text Example


Text Example

White with #D54043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54043; }

 p { color: rgb(213,64,67); }

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

background-color css

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

 a { background-color: rgb(213,64,67); }

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

border-color css

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

 span { border-color: rgb(213,64,67); }

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