Html Css Color HEX #D52B31 Mahogany

📋 copy color: '#D52B31'

red 213 ◦ green 43 ◦ blue 49

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

Shades of Mahogany #D52B31

Tints of Mahogany #D52B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.07%

R = 69.84%
G = 14.1%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D52B31 (or 0xD52B31) is known color: Mahogany. HEX triplet: D5, 2B and 31. RGB value is (213,43,49). Sum of RGB (Red+Green+Blue) = 213+43+49=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52B31 is #2AD4CE. Grayscale: #5E5E5E. Windows color (decimal): -2806991 or 3222485. OLE color: 3222485.

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

Color convert

RGB 213 43 49 -
CMYK 0 0.80 0.77 0.16
HSL 357.88º 0.67% 0.5% -
HSV(B) 357.88º 0.8% 0.84% -
XYZ 28.86 16.1 4.49 -
YUV 94.51 102.32 212.51 -
System Red Green Blue C M Y K H S L
Decimal 213 43 49 0 0.80 0.77 0.16 357.88 0.67 0.5
Hex D5 2B 31 0 50 4D 10 166 43 32
Octal 325 53 61 0 120 115 20 546 103 62
Binary 11010101 101011 110001 0 1010000 1001101 10000 101100110 1000011 110010

Color Harmonies of #D52B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52B31

Black with #D52B31

Text Example


Text Example

White with #D52B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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