Html Css Color HEX #D52E2F Mahogany

📋 copy color: '#D52E2F'

red 213 ◦ green 46 ◦ blue 47

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

Shades of Mahogany #D52E2F

Tints of Mahogany #D52E2F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.03%

 BLUE value IS 47 (18.75% from 255) = 15.36%

R = 69.61%
G = 15.03%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D52E2F (or 0xD52E2F) is known color: Mahogany. HEX triplet: D5, 2E and 2F. RGB value is (213,46,47). Sum of RGB (Red+Green+Blue) = 213+46+47=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52E2F is #2AD1D0. Grayscale: #606060. Windows color (decimal): -2806225 or 3092181. OLE color: 3092181.

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

Color convert

RGB 213 46 47 -
CMYK 0 0.78 0.78 0.16
HSL 359.64º 0.67% 0.51% -
HSV(B) 359.64º 0.78% 0.84% -
XYZ 28.93 16.31 4.31 -
YUV 96.05 100.33 211.42 -
System Red Green Blue C M Y K H S L
Decimal 213 46 47 0 0.78 0.78 0.16 359.64 0.67 0.51
Hex D5 2E 2F 0 4E 4E 10 168 43 33
Octal 325 56 57 0 116 116 20 550 103 63
Binary 11010101 101110 101111 0 1001110 1001110 10000 101101000 1000011 110011

Color Harmonies of #D52E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52E2F

Black with #D52E2F

Text Example


Text Example

White with #D52E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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