Html Css Color HEX #D53439 Mahogany

📋 copy color: '#D53439'

red 213 ◦ green 52 ◦ blue 57

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

Shades of Mahogany #D53439

Tints of Mahogany #D53439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.15%

 BLUE value IS 57 (22.66% from 255) = 17.7%

R = 66.15%
G = 16.15%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D53439 (or 0xD53439) is known color: Mahogany. HEX triplet: D5, 34 and 39. RGB value is (213,52,57). Sum of RGB (Red+Green+Blue) = 213+52+57=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D53439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53439 is #2ACBC6. Grayscale: #646464. Windows color (decimal): -2804679 or 3749077. OLE color: 3749077.

HSL color Cylindrical-coordinate representation of color #D53439: hue angle of 358.14º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53439 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 52 57 -
CMYK 0 0.76 0.73 0.16
HSL 358.14º 0.66% 0.52% -
HSV(B) 358.14º 0.76% 0.84% -
XYZ 29.41 16.9 5.58 -
YUV 100.71 103.34 208.09 -
System Red Green Blue C M Y K H S L
Decimal 213 52 57 0 0.76 0.73 0.16 358.14 0.66 0.52
Hex D5 34 39 0 4C 49 10 166 42 34
Octal 325 64 71 0 114 111 20 546 102 64
Binary 11010101 110100 111001 0 1001100 1001001 10000 101100110 1000010 110100

Color Harmonies of #D53439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53439

Black with #D53439

Text Example


Text Example

White with #D53439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53439; }

 p { color: rgb(213,52,57); }

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

background-color css

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

 a { background-color: rgb(213,52,57); }

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

border-color css

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

 span { border-color: rgb(213,52,57); }

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