Html Css Color HEX #D53449 Brick Red

📋 copy color: '#D53449'

red 213 ◦ green 52 ◦ blue 73

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

Shades of Brick Red #D53449

Tints of Brick Red #D53449

RGB

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

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

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

R = 63.02%
G = 15.38%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D53449 (or 0xD53449) is known color: Brick Red. HEX triplet: D5, 34 and 49. RGB value is (213,52,73). Sum of RGB (Red+Green+Blue) = 213+52+73=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D53449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53449 is #2ACBB6. Grayscale: #666666. Windows color (decimal): -2804663 or 4797653. OLE color: 4797653.

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

Color convert

RGB 213 52 73 -
CMYK 0 0.76 0.66 0.16
HSL 352.17º 0.66% 0.52% -
HSV(B) 352.17º 0.76% 0.84% -
XYZ 29.87 17.08 8.03 -
YUV 102.53 111.34 206.79 -
System Red Green Blue C M Y K H S L
Decimal 213 52 73 0 0.76 0.66 0.16 352.17 0.66 0.52
Hex D5 34 49 0 4C 42 10 160 42 34
Octal 325 64 111 0 114 102 20 540 102 64
Binary 11010101 110100 1001001 0 1001100 1000010 10000 101100000 1000010 110100

Color Harmonies of #D53449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53449

Black with #D53449

Text Example


Text Example

White with #D53449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53449; }

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

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

background-color css

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

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

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

border-color css

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

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

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