Html Css Color HEX #D52F3C Mahogany

📋 copy color: '#D52F3C'

red 213 ◦ green 47 ◦ blue 60

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

Shades of Mahogany #D52F3C

Tints of Mahogany #D52F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.75%

R = 66.56%
G = 14.69%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D52F3C (or 0xD52F3C) is known color: Mahogany. HEX triplet: D5, 2F and 3C. RGB value is (213,47,60). Sum of RGB (Red+Green+Blue) = 213+47+60=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52F3C is #2AD0C3. Grayscale: #626262. Windows color (decimal): -2805956 or 3944405. OLE color: 3944405.

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

Color convert

RGB 213 47 60 -
CMYK 0 0.78 0.72 0.16
HSL 355.3º 0.66% 0.51% -
HSV(B) 355.3º 0.78% 0.84% -
XYZ 29.27 16.51 5.92 -
YUV 98.12 106.5 209.94 -
System Red Green Blue C M Y K H S L
Decimal 213 47 60 0 0.78 0.72 0.16 355.3 0.66 0.51
Hex D5 2F 3C 0 4E 48 10 163 42 33
Octal 325 57 74 0 116 110 20 543 102 63
Binary 11010101 101111 111100 0 1001110 1001000 10000 101100011 1000010 110011

Color Harmonies of #D52F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F3C

Black with #D52F3C

Text Example


Text Example

White with #D52F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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