#D43140

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

Shades of Brick Red #D43140

Tints of Brick Red #D43140

Color information

#D43140 (or 0xD43140) is unknown color: approx Brick Red. HEX triplet: D4, 31 and 40. RGB value is (212,49,64). Sum of RGB (Red+Green+Blue) = 212+49+64=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D43140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43140 is #2BCEBF. Grayscale: #636363. Windows color (decimal): -2870976 or 4207060. OLE color: 4207060.

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

Color convert

RGB2124964-
CMYK00.770.700.17
HSL354.48º65.46%51.18%-
HSV(B)354.48º76.89%83.14%-
XYZ29.1816.566.51-
YUV99.45108208.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 65.23%
GREEN value IS 49 (19.53% from 255) = 15.08%
BLUE value IS 64 (25.39% from 255) = 19.69%
R=65.23%
G=15.08%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212496400.770.700.17354.4865.4651.18
HexD4314004D46111624133
Octal3246110001151062154210163
Binary110101001100011000000010011011000110100011011000101000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43140; }

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

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

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

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

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

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

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

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