Html Css Color HEX #D53A49 Brick Red

📋 copy color: '#D53A49'

red 213 ◦ green 58 ◦ blue 73

#D53A49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #D53A49

Tints of Brick Red #D53A49

RGB

 RED value IS 213 (83.59% from 255) = 61.92%

 GREEN value IS 58 (23.05% from 255) = 16.86%

 BLUE value IS 73 (28.91% from 255) = 21.22%

R = 61.92%
G = 16.86%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D53A49 (or 0xD53A49) is known color: Brick Red. HEX triplet: D5, 3A and 49. RGB value is (213,58,73). Sum of RGB (Red+Green+Blue) = 213+58+73=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53A49 is #2AC5B6. Grayscale: #6A6A6A. Windows color (decimal): -2803127 or 4799189. OLE color: 4799189.

HSL color Cylindrical-coordinate representation of color #D53A49: hue angle of 354.19º 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 #D53A49 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 58 73 -
CMYK 0 0.73 0.66 0.16
HSL 354.19º 0.65% 0.53% -
HSV(B) 354.19º 0.73% 0.84% -
XYZ 30.16 17.65 8.12 -
YUV 106.06 109.35 204.28 -
System Red Green Blue C M Y K H S L
Decimal 213 58 73 0 0.73 0.66 0.16 354.19 0.65 0.53
Hex D5 3A 49 0 49 42 10 162 41 35
Octal 325 72 111 0 111 102 20 542 101 65
Binary 11010101 111010 1001001 0 1001001 1000010 10000 101100010 1000001 110101

Color Harmonies of #D53A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53A49

Black with #D53A49

Text Example


Text Example

White with #D53A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53A49; }

 p { color: rgb(213,58,73); }

 H1.HeaderClassName
 {
   color: #D53A49;
 }
 .AnyTagClassName
 {
   color: #D53A49;
 }
</style>

background-color css

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

 a { background-color: rgb(213,58,73); }

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

border-color css

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

 span { border-color: rgb(213,58,73); }

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