#D43144

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

Shades of Brick Red #D43144

Tints of Brick Red #D43144

Color information

#D43144 (or 0xD43144) is unknown color: approx Brick Red. HEX triplet: D4, 31 and 44. RGB value is (212,49,68). Sum of RGB (Red+Green+Blue) = 212+49+68=329 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.44% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 212 - color contains mainly: red. Hex color #D43144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43144 is #2BCEBB. Grayscale: #636363. Windows color (decimal): -2870972 or 4469204. OLE color: 4469204.

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

Color convert

RGB2124968-
CMYK00.770.680.17
HSL353.01º65.46%51.18%-
HSV(B)353.01º76.89%83.14%-
XYZ29.2916.617.13-
YUV99.9110207.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 64.44%
GREEN value IS 49 (19.53% from 255) = 14.89%
BLUE value IS 68 (26.95% from 255) = 20.67%
R=64.44%
G=14.89%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212496800.770.680.17353.0165.4651.18
HexD4314404D44111614133
Octal3246110401151042154110163
Binary110101001100011000100010011011000100100011011000011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43144; }

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

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

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

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

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

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

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

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