Html Css Color HEX #D53A4D Brick Red

📋 copy color: '#D53A4D'

red 213 ◦ green 58 ◦ blue 77

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

Shades of Brick Red #D53A4D

Tints of Brick Red #D53A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.13%

R = 61.21%
G = 16.67%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D53A4D (or 0xD53A4D) is known color: Brick Red. HEX triplet: D5, 3A and 4D. RGB value is (213,58,77). Sum of RGB (Red+Green+Blue) = 213+58+77=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53A4D is #2AC5B2. Grayscale: #6A6A6A. Windows color (decimal): -2803123 or 5061333. OLE color: 5061333.

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

Color convert

RGB 213 58 77 -
CMYK 0 0.73 0.64 0.16
HSL 352.65º 0.65% 0.53% -
HSV(B) 352.65º 0.73% 0.84% -
XYZ 30.29 17.71 8.84 -
YUV 106.51 111.35 203.96 -
System Red Green Blue C M Y K H S L
Decimal 213 58 77 0 0.73 0.64 0.16 352.65 0.65 0.53
Hex D5 3A 4D 0 49 40 10 161 41 35
Octal 325 72 115 0 111 100 20 541 101 65
Binary 11010101 111010 1001101 0 1001001 1000000 10000 101100001 1000001 110101

Color Harmonies of #D53A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53A4D

Black with #D53A4D

Text Example


Text Example

White with #D53A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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