Html Css Color HEX #D53949 Brick Red

📋 copy color: '#D53949'

red 213 ◦ green 57 ◦ blue 73

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

Shades of Brick Red #D53949

Tints of Brick Red #D53949

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.62%

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

R = 62.1%
G = 16.62%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D53949 (or 0xD53949) is known color: Brick Red. HEX triplet: D5, 39 and 49. RGB value is (213,57,73). Sum of RGB (Red+Green+Blue) = 213+57+73=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D53949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53949 is #2AC6B6. Grayscale: #696969. Windows color (decimal): -2803383 or 4798933. OLE color: 4798933.

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

Color convert

RGB 213 57 73 -
CMYK 0 0.73 0.66 0.16
HSL 353.85º 0.65% 0.53% -
HSV(B) 353.85º 0.73% 0.84% -
XYZ 30.11 17.55 8.1 -
YUV 105.47 109.68 204.7 -
System Red Green Blue C M Y K H S L
Decimal 213 57 73 0 0.73 0.66 0.16 353.85 0.65 0.53
Hex D5 39 49 0 49 42 10 162 41 35
Octal 325 71 111 0 111 102 20 542 101 65
Binary 11010101 111001 1001001 0 1001001 1000010 10000 101100010 1000001 110101

Color Harmonies of #D53949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53949

Black with #D53949

Text Example


Text Example

White with #D53949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53949; }

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

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

background-color css

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

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

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

border-color css

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

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

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