Html Css Color HEX #D32830 Mahogany

📋 copy color: '#D32830'

red 211 ◦ green 40 ◦ blue 48

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

Shades of Mahogany #D32830

Tints of Mahogany #D32830

RGB

 RED value IS 211 (82.81% from 255) = 70.57%

 GREEN value IS 40 (16.02% from 255) = 13.38%

 BLUE value IS 48 (19.14% from 255) = 16.05%

R = 70.57%
G = 13.38%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D32830 (or 0xD32830) is known color: Mahogany. HEX triplet: D3, 28 and 30. RGB value is (211,40,48). Sum of RGB (Red+Green+Blue) = 211+40+48=299 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.57% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 211 - color contains mainly: red. Hex color #D32830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32830 is #2CD7CF. Grayscale: #5C5C5C. Windows color (decimal): -2938832 or 3156179. OLE color: 3156179.

HSL color Cylindrical-coordinate representation of color #D32830: hue angle of 357.19º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32830 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 40 48 -
CMYK 0 0.81 0.77 0.17
HSL 357.19º 0.68% 0.49% -
HSV(B) 357.19º 0.81% 0.83% -
XYZ 28.16 15.58 4.32 -
YUV 92.04 103.15 212.85 -
System Red Green Blue C M Y K H S L
Decimal 211 40 48 0 0.81 0.77 0.17 357.19 0.68 0.49
Hex D3 28 30 0 51 4D 11 165 44 31
Octal 323 50 60 0 121 115 21 545 104 61
Binary 11010011 101000 110000 0 1010001 1001101 10001 101100101 1000100 110001

Color Harmonies of #D32830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32830

Black with #D32830

Text Example


Text Example

White with #D32830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32830; }

 p { color: rgb(211,40,48); }

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

background-color css

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

 a { background-color: rgb(211,40,48); }

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

border-color css

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

 span { border-color: rgb(211,40,48); }

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