#D43B4B

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

Shades of Brick Red #D43B4B

Tints of Brick Red #D43B4B

Color information

#D43B4B (or 0xD43B4B) is unknown color: approx Brick Red. HEX triplet: D4, 3B and 4B. RGB value is (212,59,75). Sum of RGB (Red+Green+Blue) = 212+59+75=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43B4B is #2BC4B4. Grayscale: #6A6A6A. Windows color (decimal): -2868405 or 4930516. OLE color: 4930516.

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

Color convert

RGB2125975-
CMYK00.720.650.17
HSL353.73º64.02%53.14%-
HSV(B)353.73º72.17%83.14%-
XYZ29.9917.638.48-
YUV106.57110.19203.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 61.27%
GREEN value IS 59 (23.44% from 255) = 17.05%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=61.27%
G=17.05%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212597500.720.650.17353.7364.0253.14
HexD43B4B04841111624035
Octal3247311301101012154210065
Binary110101001110111001011010010001000001100011011000101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43B4B; }

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

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

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

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

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

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

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

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