Html Css Color HEX #D53F46 Mahogany

📋 copy color: '#D53F46'

red 213 ◦ green 63 ◦ blue 70

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

Shades of Mahogany #D53F46

Tints of Mahogany #D53F46

RGB

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

 GREEN value IS 63 (25% from 255) = 18.21%

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

R = 61.56%
G = 18.21%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D53F46 (or 0xD53F46) is known color: Mahogany. HEX triplet: D5, 3F and 46. RGB value is (213,63,70). Sum of RGB (Red+Green+Blue) = 213+63+70=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53F46 is #2AC0B9. Grayscale: #6C6C6C. Windows color (decimal): -2801850 or 4603861. OLE color: 4603861.

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

Color convert

RGB 213 63 70 -
CMYK 0 0.70 0.67 0.16
HSL 357.2º 0.64% 0.54% -
HSV(B) 357.2º 0.7% 0.84% -
XYZ 30.32 18.14 7.7 -
YUV 108.65 106.2 202.43 -
System Red Green Blue C M Y K H S L
Decimal 213 63 70 0 0.70 0.67 0.16 357.2 0.64 0.54
Hex D5 3F 46 0 46 43 10 165 40 36
Octal 325 77 106 0 106 103 20 545 100 66
Binary 11010101 111111 1000110 0 1000110 1000011 10000 101100101 1000000 110110

Color Harmonies of #D53F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F46

Black with #D53F46

Text Example


Text Example

White with #D53F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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