#D53B4B

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

Shades of Brick Red #D53B4B

Tints of Brick Red #D53B4B

Color information

#D53B4B (or 0xD53B4B) is unknown color: approx Brick Red. HEX triplet: D5, 3B and 4B. RGB value is (213,59,75). Sum of RGB (Red+Green+Blue) = 213+59+75=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53B4B is #2AC4B4. Grayscale: #6A6A6A. Windows color (decimal): -2802869 or 4930517. OLE color: 4930517.

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

Color convert

RGB2135975-
CMYK00.720.650.16
HSL353.77º64.71%53.33%-
HSV(B)353.77º72.3%83.53%-
XYZ30.2717.788.49-
YUV106.87110.02203.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 61.38%
GREEN value IS 59 (23.44% from 255) = 17.00%
BLUE value IS 75 (29.69% from 255) = 21.61%
R=61.38%
G=17.00%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213597500.720.650.16353.7764.7153.33
HexD53B4B04841101624135
Octal3257311301101012054210165
Binary110101011110111001011010010001000001100001011000101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53B4B; }

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

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

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

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

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

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

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

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