Html Css Color HEX #D32930 Mahogany

📋 copy color: '#D32930'

red 211 ◦ green 41 ◦ blue 48

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

Shades of Mahogany #D32930

Tints of Mahogany #D32930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.67%

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

R = 70.33%
G = 13.67%
B = 16%

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

#D32930 (or 0xD32930) is known color: Mahogany. HEX triplet: D3, 29 and 30. RGB value is (211,41,48). Sum of RGB (Red+Green+Blue) = 211+41+48=300 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 211 - color contains mainly: red. Hex color #D32930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32930 is #2CD6CF. Grayscale: #5C5C5C. Windows color (decimal): -2938576 or 3156435. OLE color: 3156435.

HSL color Cylindrical-coordinate representation of color #D32930: hue angle of 357.53º degrees, saturation: 0.67, 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 #D32930 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 41 48 -
CMYK 0 0.81 0.77 0.17
HSL 357.53º 0.67% 0.49% -
HSV(B) 357.53º 0.81% 0.83% -
XYZ 28.19 15.65 4.33 -
YUV 92.63 102.82 212.43 -
System Red Green Blue C M Y K H S L
Decimal 211 41 48 0 0.81 0.77 0.17 357.53 0.67 0.49
Hex D3 29 30 0 51 4D 11 166 43 31
Octal 323 51 60 0 121 115 21 546 103 61
Binary 11010011 101001 110000 0 1010001 1001101 10001 101100110 1000011 110001

Color Harmonies of #D32930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32930

Black with #D32930

Text Example


Text Example

White with #D32930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32930; }

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

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

background-color css

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

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

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

border-color css

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

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

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