#D53946

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

Shades of Brick Red #D53946

Tints of Brick Red #D53946

Color information

#D53946 (or 0xD53946) is unknown color: approx Brick Red. HEX triplet: D5, 39 and 46. RGB value is (213,57,70). Sum of RGB (Red+Green+Blue) = 213+57+70=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D53946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53946 is #2AC6B9. Grayscale: #696969. Windows color (decimal): -2803386 or 4602325. OLE color: 4602325.

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

Color convert

RGB2135770-
CMYK00.730.670.16
HSL355º65%52.94%-
HSV(B)355º73.24%83.53%-
XYZ30.0117.517.59-
YUV105.13108.18204.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 62.65%
GREEN value IS 57 (22.66% from 255) = 16.76%
BLUE value IS 70 (27.73% from 255) = 20.59%
R=62.65%
G=16.76%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213577000.730.670.163556552.94
HexD5394604943101634135
Octal3257110601111032054310165
Binary110101011110011000110010010011000011100001011000111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53946; }

 p { color: rgb(213,57,70); }

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

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

 a { background-color: rgb(213,57,70); }

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

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

 span { border-color: rgb(213,57,70); }

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