Html Css Color HEX #D53138 Mahogany

📋 copy color: '#D53138'

red 213 ◦ green 49 ◦ blue 56

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

Shades of Mahogany #D53138

Tints of Mahogany #D53138

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.41%

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

R = 66.98%
G = 15.41%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D53138 (or 0xD53138) is known color: Mahogany. HEX triplet: D5, 31 and 38. RGB value is (213,49,56). Sum of RGB (Red+Green+Blue) = 213+49+56=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D53138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53138 is #2ACEC7. Grayscale: #626262. Windows color (decimal): -2805448 or 3682773. OLE color: 3682773.

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

Color convert

RGB 213 49 56 -
CMYK 0 0.77 0.74 0.16
HSL 357.44º 0.66% 0.51% -
HSV(B) 357.44º 0.77% 0.84% -
XYZ 29.25 16.63 5.41 -
YUV 98.83 103.83 209.43 -
System Red Green Blue C M Y K H S L
Decimal 213 49 56 0 0.77 0.74 0.16 357.44 0.66 0.51
Hex D5 31 38 0 4D 4A 10 165 42 33
Octal 325 61 70 0 115 112 20 545 102 63
Binary 11010101 110001 111000 0 1001101 1001010 10000 101100101 1000010 110011

Color Harmonies of #D53138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53138

Black with #D53138

Text Example


Text Example

White with #D53138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53138; }

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

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

background-color css

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

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

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

border-color css

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

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

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