Html Css Color HEX #D53A47 Brick Red

📋 copy color: '#D53A47'

red 213 ◦ green 58 ◦ blue 71

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

Shades of Brick Red #D53A47

Tints of Brick Red #D53A47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.76%

R = 62.28%
G = 16.96%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D53A47 (or 0xD53A47) is known color: Brick Red. HEX triplet: D5, 3A and 47. RGB value is (213,58,71). Sum of RGB (Red+Green+Blue) = 213+58+71=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53A47 is #2AC5B8. Grayscale: #696969. Windows color (decimal): -2803129 or 4668117. OLE color: 4668117.

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

Color convert

RGB 213 58 71 -
CMYK 0 0.73 0.67 0.16
HSL 354.97º 0.65% 0.53% -
HSV(B) 354.97º 0.73% 0.84% -
XYZ 30.09 17.63 7.78 -
YUV 105.83 108.35 204.44 -
System Red Green Blue C M Y K H S L
Decimal 213 58 71 0 0.73 0.67 0.16 354.97 0.65 0.53
Hex D5 3A 47 0 49 43 10 163 41 35
Octal 325 72 107 0 111 103 20 543 101 65
Binary 11010101 111010 1000111 0 1001001 1000011 10000 101100011 1000001 110101

Color Harmonies of #D53A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53A47

Black with #D53A47

Text Example


Text Example

White with #D53A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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