#D43A4B

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

Shades of Brick Red #D43A4B

Tints of Brick Red #D43A4B

Color information

#D43A4B (or 0xD43A4B) is unknown color: approx Brick Red. HEX triplet: D4, 3A and 4B. RGB value is (212,58,75). Sum of RGB (Red+Green+Blue) = 212+58+75=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D43A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43A4B is #2BC5B4. Grayscale: #6A6A6A. Windows color (decimal): -2868661 or 4930260. OLE color: 4930260.

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

Color convert

RGB2125875-
CMYK00.730.650.17
HSL353.38º64.17%52.94%-
HSV(B)353.38º72.64%83.14%-
XYZ29.9317.538.46-
YUV105.98110.52203.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 61.45%
GREEN value IS 58 (23.05% from 255) = 16.81%
BLUE value IS 75 (29.69% from 255) = 21.74%
R=61.45%
G=16.81%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212587500.730.650.17353.3864.1752.94
HexD43A4B04941111614035
Octal3247211301111012154110065
Binary110101001110101001011010010011000001100011011000011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43A4B; }

 p { color: rgb(212,58,75); }

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

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

 a { background-color: rgb(212,58,75); }

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

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

 span { border-color: rgb(212,58,75); }

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