#D32E4E

Color #D32E4E Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #D32E4E

Tints of Brick Red #D32E4E

Color information

#D32E4E (or 0xD32E4E) is unknown color: approx Brick Red. HEX triplet: D3, 2E and 4E. RGB value is (211,46,78). Sum of RGB (Red+Green+Blue) = 211+46+78=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D32E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32E4E is #2CD1B1. Grayscale: #636363. Windows color (decimal): -2937266 or 5123795. OLE color: 5123795.

HSL color Cylindrical-coordinate representation of color #D32E4E: hue angle of 348.36º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D32E4E is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB2114678-
CMYK00.780.630.17
HSL348.36º65.22%50.39%-
HSV(B)348.36º78.2%82.75%-
XYZ29.2216.358.82-
YUV98.98116.16207.9-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 62.99%
GREEN value IS 46 (18.36% from 255) = 13.73%
BLUE value IS 78 (30.86% from 255) = 23.28%
R=62.99%
G=13.73%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211467800.780.630.17348.3665.2250.39
HexD32E4E04E3F1115c4132
Octal323561160116772153410162
Binary11010011101110100111001001110111111100011010111001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32E4E; }

 p { color: rgb(211,46,78); }

 H1.HeaderClassName
 {
   color: #D32E4E;
 }
 .AnyTagClassName
 {
   color: #D32E4E;
 }
</style>
background-color css

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

 a { background-color: rgb(211,46,78); }

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

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

 span { border-color: rgb(211,46,78); }

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