#d3324e

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

Shades of Brick Red #D3324E

Tints of Brick Red #D3324E

Color information

#D3324E (or 0xD3324E) is unknown color: approx Brick Red. HEX triplet: D3, 32 and 4E. RGB value is (211,50,78). Sum of RGB (Red+Green+Blue) = 211+50+78=339 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.24% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 211 - color contains mainly: red. Hex color #D3324E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3324E is #2CCDB1. Grayscale: #656565. Windows color (decimal): -2936242 or 5124819. OLE color: 5124819.

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

Color convert

RGB2115078-
CMYK00.760.630.17
HSL349.57º64.66%51.18%-
HSV(B)349.57º76.3%82.75%-
XYZ29.3816.688.88-
YUV101.33114.84206.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 62.24%
GREEN value IS 50 (19.92% from 255) = 14.75%
BLUE value IS 78 (30.86% from 255) = 23.01%
R=62.24%
G=14.75%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211507800.760.630.17349.5764.6651.18
HexD3324E04C3F1115e4133
Octal323621160114772153610163
Binary11010011110010100111001001100111111100011010111101000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3324e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3324e; }

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

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

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

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

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

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

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

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