Html Css Color HEX #D53742 Mahogany

📋 copy color: '#D53742'

red 213 ◦ green 55 ◦ blue 66

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

Shades of Mahogany #D53742

Tints of Mahogany #D53742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.47%

 BLUE value IS 66 (26.17% from 255) = 19.76%

R = 63.77%
G = 16.47%
B = 19.76%

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

#D53742 (or 0xD53742) is known color: Mahogany. HEX triplet: D5, 37 and 42. RGB value is (213,55,66). Sum of RGB (Red+Green+Blue) = 213+55+66=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D53742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53742 is #2AC8BD. Grayscale: #676767. Windows color (decimal): -2803902 or 4339669. OLE color: 4339669.

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

Color convert

RGB 213 55 66 -
CMYK 0 0.74 0.69 0.16
HSL 355.82º 0.65% 0.53% -
HSV(B) 355.82º 0.74% 0.84% -
XYZ 29.79 17.27 6.92 -
YUV 103.5 106.85 206.11 -
System Red Green Blue C M Y K H S L
Decimal 213 55 66 0 0.74 0.69 0.16 355.82 0.65 0.53
Hex D5 37 42 0 4A 45 10 164 41 35
Octal 325 67 102 0 112 105 20 544 101 65
Binary 11010101 110111 1000010 0 1001010 1000101 10000 101100100 1000001 110101

Color Harmonies of #D53742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53742

Black with #D53742

Text Example


Text Example

White with #D53742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53742; }

 p { color: rgb(213,55,66); }

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

background-color css

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

 a { background-color: rgb(213,55,66); }

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

border-color css

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

 span { border-color: rgb(213,55,66); }

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