Html Css Color HEX #D53447 Brick Red

📋 copy color: '#D53447'

red 213 ◦ green 52 ◦ blue 71

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

Shades of Brick Red #D53447

Tints of Brick Red #D53447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.48%

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

R = 63.39%
G = 15.48%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D53447 (or 0xD53447) is known color: Brick Red. HEX triplet: D5, 34 and 47. RGB value is (213,52,71). Sum of RGB (Red+Green+Blue) = 213+52+71=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D53447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53447 is #2ACBB8. Grayscale: #666666. Windows color (decimal): -2804665 or 4666581. OLE color: 4666581.

HSL color Cylindrical-coordinate representation of color #D53447: hue angle of 352.92º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53447 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 52 71 -
CMYK 0 0.76 0.67 0.16
HSL 352.92º 0.66% 0.52% -
HSV(B) 352.92º 0.76% 0.84% -
XYZ 29.81 17.06 7.68 -
YUV 102.31 110.34 206.96 -
System Red Green Blue C M Y K H S L
Decimal 213 52 71 0 0.76 0.67 0.16 352.92 0.66 0.52
Hex D5 34 47 0 4C 43 10 161 42 34
Octal 325 64 107 0 114 103 20 541 102 64
Binary 11010101 110100 1000111 0 1001100 1000011 10000 101100001 1000010 110100

Color Harmonies of #D53447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53447

Black with #D53447

Text Example


Text Example

White with #D53447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53447; }

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

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

background-color css

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

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

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

border-color css

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

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

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