Html Css Color HEX #D53D47 Brick Red

📋 copy color: '#D53D47'

red 213 ◦ green 61 ◦ blue 71

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

Shades of Brick Red #D53D47

Tints of Brick Red #D53D47

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.68%

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

R = 61.74%
G = 17.68%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D53D47 (or 0xD53D47) is known color: Brick Red. HEX triplet: D5, 3D and 47. RGB value is (213,61,71). Sum of RGB (Red+Green+Blue) = 213+61+71=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53D47 is #2AC2B8. Grayscale: #6B6B6B. Windows color (decimal): -2802361 or 4668885. OLE color: 4668885.

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

Color convert

RGB 213 61 71 -
CMYK 0 0.71 0.67 0.16
HSL 356.05º 0.64% 0.54% -
HSV(B) 356.05º 0.71% 0.84% -
XYZ 30.25 17.94 7.83 -
YUV 107.59 107.36 203.19 -
System Red Green Blue C M Y K H S L
Decimal 213 61 71 0 0.71 0.67 0.16 356.05 0.64 0.54
Hex D5 3D 47 0 47 43 10 164 40 36
Octal 325 75 107 0 107 103 20 544 100 66
Binary 11010101 111101 1000111 0 1000111 1000011 10000 101100100 1000000 110110

Color Harmonies of #D53D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D47

Black with #D53D47

Text Example


Text Example

White with #D53D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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