Html Css Color HEX #D53C45 Mahogany

📋 copy color: '#D53C45'

red 213 ◦ green 60 ◦ blue 69

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

Shades of Mahogany #D53C45

Tints of Mahogany #D53C45

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.54%

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

R = 62.28%
G = 17.54%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D53C45 (or 0xD53C45) is known color: Mahogany. HEX triplet: D5, 3C and 45. RGB value is (213,60,69). Sum of RGB (Red+Green+Blue) = 213+60+69=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D53C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53C45 is #2AC3BA. Grayscale: #6A6A6A. Windows color (decimal): -2802619 or 4537557. OLE color: 4537557.

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

Color convert

RGB 213 60 69 -
CMYK 0 0.72 0.68 0.16
HSL 356.47º 0.65% 0.54% -
HSV(B) 356.47º 0.72% 0.84% -
XYZ 30.13 17.81 7.48 -
YUV 106.77 106.69 203.77 -
System Red Green Blue C M Y K H S L
Decimal 213 60 69 0 0.72 0.68 0.16 356.47 0.65 0.54
Hex D5 3C 45 0 48 44 10 164 41 36
Octal 325 74 105 0 110 104 20 544 101 66
Binary 11010101 111100 1000101 0 1001000 1000100 10000 101100100 1000001 110110

Color Harmonies of #D53C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53C45

Black with #D53C45

Text Example


Text Example

White with #D53C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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