#D43544

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

Shades of Brick Red #D43544

Tints of Brick Red #D43544

Color information

#D43544 (or 0xD43544) is unknown color: approx Brick Red. HEX triplet: D4, 35 and 44. RGB value is (212,53,68). Sum of RGB (Red+Green+Blue) = 212+53+68=333 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.66% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 212 - color contains mainly: red. Hex color #D43544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43544 is #2BCABB. Grayscale: #666666. Windows color (decimal): -2869948 or 4470228. OLE color: 4470228.

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

Color convert

RGB2125368-
CMYK00.750.680.17
HSL354.34º64.9%51.96%-
HSV(B)354.34º75%83.14%-
XYZ29.4716.967.19-
YUV102.25108.68206.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 63.66%
GREEN value IS 53 (21.09% from 255) = 15.92%
BLUE value IS 68 (26.95% from 255) = 20.42%
R=63.66%
G=15.92%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212536800.750.680.17354.3464.951.96
HexD4354404B44111624134
Octal3246510401131042154210164
Binary110101001101011000100010010111000100100011011000101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43544; }

 p { color: rgb(212,53,68); }

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

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

 a { background-color: rgb(212,53,68); }

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

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

 span { border-color: rgb(212,53,68); }

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