Html Css Color HEX #D52B2C Mahogany

📋 copy color: '#D52B2C'

red 213 ◦ green 43 ◦ blue 44

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

Shades of Mahogany #D52B2C

Tints of Mahogany #D52B2C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.33%

 BLUE value IS 44 (17.58% from 255) = 14.67%

R = 71%
G = 14.33%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D52B2C (or 0xD52B2C) is known color: Mahogany. HEX triplet: D5, 2B and 2C. RGB value is (213,43,44). Sum of RGB (Red+Green+Blue) = 213+43+44=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52B2C is #2AD4D3. Grayscale: #5E5E5E. Windows color (decimal): -2806996 or 2894805. OLE color: 2894805.

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

Color convert

RGB 213 43 44 -
CMYK 0 0.80 0.79 0.16
HSL 359.65º 0.67% 0.5% -
HSV(B) 359.65º 0.8% 0.84% -
XYZ 28.76 16.06 3.97 -
YUV 93.94 99.82 212.92 -
System Red Green Blue C M Y K H S L
Decimal 213 43 44 0 0.80 0.79 0.16 359.65 0.67 0.5
Hex D5 2B 2C 0 50 4F 10 168 43 32
Octal 325 53 54 0 120 117 20 550 103 62
Binary 11010101 101011 101100 0 1010000 1001111 10000 101101000 1000011 110010

Color Harmonies of #D52B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52B2C

Black with #D52B2C

Text Example


Text Example

White with #D52B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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