Html Css Color HEX #D53642 Mahogany

📋 copy color: '#D53642'

red 213 ◦ green 54 ◦ blue 66

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

Shades of Mahogany #D53642

Tints of Mahogany #D53642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.22%

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

R = 63.96%
G = 16.22%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D53642 (or 0xD53642) is known color: Mahogany. HEX triplet: D5, 36 and 42. RGB value is (213,54,66). Sum of RGB (Red+Green+Blue) = 213+54+66=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D53642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53642 is #2AC9BD. Grayscale: #676767. Windows color (decimal): -2804158 or 4339413. OLE color: 4339413.

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

Color convert

RGB 213 54 66 -
CMYK 0 0.75 0.69 0.16
HSL 355.47º 0.65% 0.52% -
HSV(B) 355.47º 0.75% 0.84% -
XYZ 29.74 17.18 6.9 -
YUV 102.91 107.18 206.52 -
System Red Green Blue C M Y K H S L
Decimal 213 54 66 0 0.75 0.69 0.16 355.47 0.65 0.52
Hex D5 36 42 0 4B 45 10 163 41 34
Octal 325 66 102 0 113 105 20 543 101 64
Binary 11010101 110110 1000010 0 1001011 1000101 10000 101100011 1000001 110100

Color Harmonies of #D53642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53642

Black with #D53642

Text Example


Text Example

White with #D53642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53642; }

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

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

background-color css

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

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

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

border-color css

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

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

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