Html Css Color HEX #D52F39 Mahogany

📋 copy color: '#D52F39'

red 213 ◦ green 47 ◦ blue 57

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

Shades of Mahogany #D52F39

Tints of Mahogany #D52F39

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.83%

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

R = 67.19%
G = 14.83%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D52F39 (or 0xD52F39) is known color: Mahogany. HEX triplet: D5, 2F and 39. RGB value is (213,47,57). Sum of RGB (Red+Green+Blue) = 213+47+57=317 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.19% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52F39 is #2AD0C6. Grayscale: #616161. Windows color (decimal): -2805959 or 3747797. OLE color: 3747797.

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

Color convert

RGB 213 47 57 -
CMYK 0 0.78 0.73 0.16
HSL 356.39º 0.66% 0.51% -
HSV(B) 356.39º 0.78% 0.84% -
XYZ 29.2 16.47 5.51 -
YUV 97.77 105 210.19 -
System Red Green Blue C M Y K H S L
Decimal 213 47 57 0 0.78 0.73 0.16 356.39 0.66 0.51
Hex D5 2F 39 0 4E 49 10 164 42 33
Octal 325 57 71 0 116 111 20 544 102 63
Binary 11010101 101111 111001 0 1001110 1001001 10000 101100100 1000010 110011

Color Harmonies of #D52F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F39

Black with #D52F39

Text Example


Text Example

White with #D52F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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