Html Css Color HEX #D54045 Mahogany

📋 copy color: '#D54045'

red 213 ◦ green 64 ◦ blue 69

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

Shades of Mahogany #D54045

Tints of Mahogany #D54045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.94%

R = 61.56%
G = 18.5%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D54045 (or 0xD54045) is known color: Mahogany. HEX triplet: D5, 40 and 45. RGB value is (213,64,69). Sum of RGB (Red+Green+Blue) = 213+64+69=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D54045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54045 is #2ABFBA. Grayscale: #6D6D6D. Windows color (decimal): -2801595 or 4538581. OLE color: 4538581.

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

Color convert

RGB 213 64 69 -
CMYK 0 0.70 0.68 0.16
HSL 357.99º 0.64% 0.54% -
HSV(B) 357.99º 0.7% 0.84% -
XYZ 30.35 18.24 7.55 -
YUV 109.12 105.36 202.09 -
System Red Green Blue C M Y K H S L
Decimal 213 64 69 0 0.70 0.68 0.16 357.99 0.64 0.54
Hex D5 40 45 0 46 44 10 166 40 36
Octal 325 100 105 0 106 104 20 546 100 66
Binary 11010101 1000000 1000101 0 1000110 1000100 10000 101100110 1000000 110110

Color Harmonies of #D54045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54045

Black with #D54045

Text Example


Text Example

White with #D54045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54045; }

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

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

background-color css

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

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

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

border-color css

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

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

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