Html Css Color HEX #D54041 Mahogany

📋 copy color: '#D54041'

red 213 ◦ green 64 ◦ blue 65

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

Shades of Mahogany #D54041

Tints of Mahogany #D54041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.01%

R = 62.28%
G = 18.71%
B = 19.01%

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

#D54041 (or 0xD54041) is known color: Mahogany. HEX triplet: D5, 40 and 41. RGB value is (213,64,65). Sum of RGB (Red+Green+Blue) = 213+64+65=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D54041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54041 is #2ABFBE. Grayscale: #6C6C6C. Windows color (decimal): -2801599 or 4276437. OLE color: 4276437.

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

Color convert

RGB 213 64 65 -
CMYK 0 0.70 0.69 0.16
HSL 359.6º 0.64% 0.54% -
HSV(B) 359.6º 0.7% 0.84% -
XYZ 30.23 18.19 6.92 -
YUV 108.67 103.36 202.42 -
System Red Green Blue C M Y K H S L
Decimal 213 64 65 0 0.70 0.69 0.16 359.6 0.64 0.54
Hex D5 40 41 0 46 45 10 168 40 36
Octal 325 100 101 0 106 105 20 550 100 66
Binary 11010101 1000000 1000001 0 1000110 1000101 10000 101101000 1000000 110110

Color Harmonies of #D54041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54041

Black with #D54041

Text Example


Text Example

White with #D54041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54041; }

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

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

background-color css

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

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

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

border-color css

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

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

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