#d43d49

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

Shades of Brick Red #D43D49

Tints of Brick Red #D43D49

Color information

#D43D49 (or 0xD43D49) is unknown color: approx Brick Red. HEX triplet: D4, 3D and 49. RGB value is (212,61,73). Sum of RGB (Red+Green+Blue) = 212+61+73=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D43D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43D49 is #2BC2B6. Grayscale: #6B6B6B. Windows color (decimal): -2867895 or 4799956. OLE color: 4799956.

HSL color Cylindrical-coordinate representation of color #D43D49: hue angle of 355.23º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D43D49 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB2126173-
CMYK00.710.660.17
HSL355.23º63.71%53.53%-
HSV(B)355.23º71.23%83.14%-
XYZ30.0217.828.16-
YUV107.52108.53202.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 61.27%
GREEN value IS 61 (24.22% from 255) = 17.63%
BLUE value IS 73 (28.91% from 255) = 21.10%
R=61.27%
G=17.63%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212617300.710.660.17355.2363.7153.53
HexD43D4904742111634036
Octal3247511101071022154310066
Binary110101001111011001001010001111000010100011011000111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d43d49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d43d49; }

 p { color: rgb(212,61,73); }

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

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

 a { background-color: rgb(212,61,73); }

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

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

 span { border-color: rgb(212,61,73); }

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