#D43042

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

Shades of Brick Red #D43042

Tints of Brick Red #D43042

Color information

#D43042 (or 0xD43042) is unknown color: approx Brick Red. HEX triplet: D4, 30 and 42. RGB value is (212,48,66). Sum of RGB (Red+Green+Blue) = 212+48+66=326 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.03% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 212 - color contains mainly: red. Hex color #D43042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43042 is #2BCFBD. Grayscale: #636363. Windows color (decimal): -2871230 or 4337876. OLE color: 4337876.

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

Color convert

RGB2124866-
CMYK00.770.690.17
HSL353.41º65.6%50.98%-
HSV(B)353.41º77.36%83.14%-
XYZ29.1916.56.8-
YUV99.09109.33208.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 65.03%
GREEN value IS 48 (19.14% from 255) = 14.72%
BLUE value IS 66 (26.17% from 255) = 20.25%
R=65.03%
G=14.72%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212486600.770.690.17353.4165.650.98
HexD4304204D45111614233
Octal3246010201151052154110263
Binary110101001100001000010010011011000101100011011000011000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43042; }

 p { color: rgb(212,48,66); }

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

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

 a { background-color: rgb(212,48,66); }

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

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

 span { border-color: rgb(212,48,66); }

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