#D53D4D

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

Shades of Brick Red #D53D4D

Tints of Brick Red #D53D4D

Color information

#D53D4D (or 0xD53D4D) is unknown color: approx Brick Red. HEX triplet: D5, 3D and 4D. RGB value is (213,61,77). Sum of RGB (Red+Green+Blue) = 213+61+77=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53D4D is #2AC2B2. Grayscale: #6C6C6C. Windows color (decimal): -2802355 or 5062101. OLE color: 5062101.

HSL color Cylindrical-coordinate representation of color #D53D4D: hue angle of 353.68º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53D4D is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB2136177-
CMYK00.710.640.16
HSL353.68º64.41%53.73%-
HSV(B)353.68º71.36%83.53%-
XYZ30.4518.028.89-
YUV108.27110.36202.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60.68%
GREEN value IS 61 (24.22% from 255) = 17.38%
BLUE value IS 77 (30.47% from 255) = 21.94%
R=60.68%
G=17.38%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213617700.710.640.16353.6864.4153.73
HexD53D4D04740101624036
Octal3257511501071002054210066
Binary110101011111011001101010001111000000100001011000101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53D4D; }

 p { color: rgb(213,61,77); }

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

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

 a { background-color: rgb(213,61,77); }

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

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

 span { border-color: rgb(213,61,77); }

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