#D4324C

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

Shades of Brick Red #D4324C

Tints of Brick Red #D4324C

Color information

#D4324C (or 0xD4324C) is unknown color: approx Brick Red. HEX triplet: D4, 32 and 4C. RGB value is (212,50,76). Sum of RGB (Red+Green+Blue) = 212+50+76=338 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.72% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 212 - color contains mainly: red. Hex color #D4324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4324C is #2BCDB3. Grayscale: #656565. Windows color (decimal): -2870708 or 4993748. OLE color: 4993748.

HSL color Cylindrical-coordinate representation of color #D4324C: hue angle of 350.37º 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 #D4324C is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB2125076-
CMYK00.760.640.17
HSL350.37º65.32%51.37%-
HSV(B)350.37º76.42%83.14%-
XYZ29.616.88.52-
YUV101.4113.67206.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 62.72%
GREEN value IS 50 (19.92% from 255) = 14.79%
BLUE value IS 76 (30.08% from 255) = 22.49%
R=62.72%
G=14.79%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212507600.760.640.17350.3765.3251.37
HexD4324C04C401115e4133
Octal3246211401141002153610163
Binary110101001100101001100010011001000000100011010111101000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4324C; }

 p { color: rgb(212,50,76); }

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

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

 a { background-color: rgb(212,50,76); }

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

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

 span { border-color: rgb(212,50,76); }

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