Html Css Color HEX #D52D33 Mahogany

📋 copy color: '#D52D33'

red 213 ◦ green 45 ◦ blue 51

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

Shades of Mahogany #D52D33

Tints of Mahogany #D52D33

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.56%

 BLUE value IS 51 (20.31% from 255) = 16.5%

R = 68.93%
G = 14.56%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D52D33 (or 0xD52D33) is known color: Mahogany. HEX triplet: D5, 2D and 33. RGB value is (213,45,51). Sum of RGB (Red+Green+Blue) = 213+45+51=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52D33 is #2AD2CC. Grayscale: #606060. Windows color (decimal): -2806477 or 3354069. OLE color: 3354069.

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

Color convert

RGB 213 45 51 -
CMYK 0 0.79 0.76 0.16
HSL 357.86º 0.67% 0.51% -
HSV(B) 357.86º 0.79% 0.84% -
XYZ 28.98 16.26 4.74 -
YUV 95.92 102.66 211.51 -
System Red Green Blue C M Y K H S L
Decimal 213 45 51 0 0.79 0.76 0.16 357.86 0.67 0.51
Hex D5 2D 33 0 4F 4C 10 166 43 33
Octal 325 55 63 0 117 114 20 546 103 63
Binary 11010101 101101 110011 0 1001111 1001100 10000 101100110 1000011 110011

Color Harmonies of #D52D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52D33

Black with #D52D33

Text Example


Text Example

White with #D52D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52D33; }

 p { color: rgb(213,45,51); }

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

background-color css

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

 a { background-color: rgb(213,45,51); }

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

border-color css

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

 span { border-color: rgb(213,45,51); }

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