Html Css Color HEX #D53841 Mahogany

📋 copy color: '#D53841'

red 213 ◦ green 56 ◦ blue 65

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

Shades of Mahogany #D53841

Tints of Mahogany #D53841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.77%

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

R = 63.77%
G = 16.77%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D53841 (or 0xD53841) is known color: Mahogany. HEX triplet: D5, 38 and 41. RGB value is (213,56,65). Sum of RGB (Red+Green+Blue) = 213+56+65=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D53841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53841 is #2AC7BE. Grayscale: #686868. Windows color (decimal): -2803647 or 4274389. OLE color: 4274389.

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

Color convert

RGB 213 56 65 -
CMYK 0 0.74 0.69 0.16
HSL 356.56º 0.65% 0.53% -
HSV(B) 356.56º 0.74% 0.84% -
XYZ 29.81 17.36 6.78 -
YUV 103.97 106.01 205.77 -
System Red Green Blue C M Y K H S L
Decimal 213 56 65 0 0.74 0.69 0.16 356.56 0.65 0.53
Hex D5 38 41 0 4A 45 10 165 41 35
Octal 325 70 101 0 112 105 20 545 101 65
Binary 11010101 111000 1000001 0 1001010 1000101 10000 101100101 1000001 110101

Color Harmonies of #D53841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53841

Black with #D53841

Text Example


Text Example

White with #D53841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53841; }

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

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

background-color css

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

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

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

border-color css

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

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

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