#D43145

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

Shades of Brick Red #D43145

Tints of Brick Red #D43145

Color information

#D43145 (or 0xD43145) is unknown color: approx Brick Red. HEX triplet: D4, 31 and 45. RGB value is (212,49,69). Sum of RGB (Red+Green+Blue) = 212+49+69=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D43145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43145 is #2BCEBA. Grayscale: #646464. Windows color (decimal): -2870971 or 4534740. OLE color: 4534740.

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

Color convert

RGB2124969-
CMYK00.770.670.17
HSL352.64º65.46%51.18%-
HSV(B)352.64º76.89%83.14%-
XYZ29.3216.627.29-
YUV100.02110.5207.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 64.24%
GREEN value IS 49 (19.53% from 255) = 14.85%
BLUE value IS 69 (27.34% from 255) = 20.91%
R=64.24%
G=14.85%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212496900.770.670.17352.6465.4651.18
HexD4314504D43111614133
Octal3246110501151032154110163
Binary110101001100011000101010011011000011100011011000011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43145; }

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

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

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

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

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

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

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

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