Html Css Color HEX #D52C2D Mahogany

📋 copy color: '#D52C2D'

red 213 ◦ green 44 ◦ blue 45

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

Shades of Mahogany #D52C2D

Tints of Mahogany #D52C2D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.57%

 BLUE value IS 45 (17.97% from 255) = 14.9%

R = 70.53%
G = 14.57%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D52C2D (or 0xD52C2D) is known color: Mahogany. HEX triplet: D5, 2C and 2D. RGB value is (213,44,45). Sum of RGB (Red+Green+Blue) = 213+44+45=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52C2D is #2AD3D2. Grayscale: #5E5E5E. Windows color (decimal): -2806739 or 2960597. OLE color: 2960597.

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

Color convert

RGB 213 44 45 -
CMYK 0 0.79 0.79 0.16
HSL 359.65º 0.67% 0.5% -
HSV(B) 359.65º 0.79% 0.84% -
XYZ 28.81 16.14 4.08 -
YUV 94.65 99.99 212.42 -
System Red Green Blue C M Y K H S L
Decimal 213 44 45 0 0.79 0.79 0.16 359.65 0.67 0.5
Hex D5 2C 2D 0 4F 4F 10 168 43 32
Octal 325 54 55 0 117 117 20 550 103 62
Binary 11010101 101100 101101 0 1001111 1001111 10000 101101000 1000011 110010

Color Harmonies of #D52C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52C2D

Black with #D52C2D

Text Example


Text Example

White with #D52C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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