Html Css Color HEX #D53438 Mahogany

📋 copy color: '#D53438'

red 213 ◦ green 52 ◦ blue 56

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

Shades of Mahogany #D53438

Tints of Mahogany #D53438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.45%

R = 66.36%
G = 16.2%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D53438 (or 0xD53438) is known color: Mahogany. HEX triplet: D5, 34 and 38. RGB value is (213,52,56). Sum of RGB (Red+Green+Blue) = 213+52+56=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D53438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53438 is #2ACBC7. Grayscale: #646464. Windows color (decimal): -2804680 or 3683541. OLE color: 3683541.

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

Color convert

RGB 213 52 56 -
CMYK 0 0.76 0.74 0.16
HSL 358.51º 0.66% 0.52% -
HSV(B) 358.51º 0.76% 0.84% -
XYZ 29.38 16.89 5.45 -
YUV 100.6 102.84 208.17 -
System Red Green Blue C M Y K H S L
Decimal 213 52 56 0 0.76 0.74 0.16 358.51 0.66 0.52
Hex D5 34 38 0 4C 4A 10 167 42 34
Octal 325 64 70 0 114 112 20 547 102 64
Binary 11010101 110100 111000 0 1001100 1001010 10000 101100111 1000010 110100

Color Harmonies of #D53438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53438

Black with #D53438

Text Example


Text Example

White with #D53438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53438; }

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

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

background-color css

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

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

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

border-color css

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

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

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