Html Css Color HEX #D53F41 Mahogany

📋 copy color: '#D53F41'

red 213 ◦ green 63 ◦ blue 65

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

Shades of Mahogany #D53F41

Tints of Mahogany #D53F41

RGB

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

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

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

R = 62.46%
G = 18.48%
B = 19.06%

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

#D53F41 (or 0xD53F41) is known color: Mahogany. HEX triplet: D5, 3F and 41. RGB value is (213,63,65). Sum of RGB (Red+Green+Blue) = 213+63+65=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53F41 is #2AC0BE. Grayscale: #6C6C6C. Windows color (decimal): -2801855 or 4276181. OLE color: 4276181.

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

Color convert

RGB 213 63 65 -
CMYK 0 0.70 0.69 0.16
HSL 359.2º 0.64% 0.54% -
HSV(B) 359.2º 0.7% 0.84% -
XYZ 30.17 18.08 6.9 -
YUV 108.08 103.7 202.84 -
System Red Green Blue C M Y K H S L
Decimal 213 63 65 0 0.70 0.69 0.16 359.2 0.64 0.54
Hex D5 3F 41 0 46 45 10 167 40 36
Octal 325 77 101 0 106 105 20 547 100 66
Binary 11010101 111111 1000001 0 1000110 1000101 10000 101100111 1000000 110110

Color Harmonies of #D53F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F41

Black with #D53F41

Text Example


Text Example

White with #D53F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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