Html Css Color HEX #D52F34 Mahogany

📋 copy color: '#D52F34'

red 213 ◦ green 47 ◦ blue 52

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

Shades of Mahogany #D52F34

Tints of Mahogany #D52F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.67%

R = 68.27%
G = 15.06%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D52F34 (or 0xD52F34) is known color: Mahogany. HEX triplet: D5, 2F and 34. RGB value is (213,47,52). Sum of RGB (Red+Green+Blue) = 213+47+52=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52F34 is #2AD0CB. Grayscale: #616161. Windows color (decimal): -2805964 or 3420117. OLE color: 3420117.

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

Color convert

RGB 213 47 52 -
CMYK 0 0.78 0.76 0.16
HSL 358.19º 0.66% 0.51% -
HSV(B) 358.19º 0.78% 0.84% -
XYZ 29.08 16.43 4.89 -
YUV 97.2 102.5 210.59 -
System Red Green Blue C M Y K H S L
Decimal 213 47 52 0 0.78 0.76 0.16 358.19 0.66 0.51
Hex D5 2F 34 0 4E 4C 10 166 42 33
Octal 325 57 64 0 116 114 20 546 102 63
Binary 11010101 101111 110100 0 1001110 1001100 10000 101100110 1000010 110011

Color Harmonies of #D52F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F34

Black with #D52F34

Text Example


Text Example

White with #D52F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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