Html Css Color HEX #D53149 Brick Red

📋 copy color: '#D53149'

red 213 ◦ green 49 ◦ blue 73

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

Shades of Brick Red #D53149

Tints of Brick Red #D53149

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.63%

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

R = 63.58%
G = 14.63%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D53149 (or 0xD53149) is known color: Brick Red. HEX triplet: D5, 31 and 49. RGB value is (213,49,73). Sum of RGB (Red+Green+Blue) = 213+49+73=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D53149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53149 is #2ACEB6. Grayscale: #646464. Windows color (decimal): -2805431 or 4796885. OLE color: 4796885.

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

Color convert

RGB 213 49 73 -
CMYK 0 0.77 0.66 0.16
HSL 351.22º 0.66% 0.51% -
HSV(B) 351.22º 0.77% 0.84% -
XYZ 29.74 16.82 7.98 -
YUV 100.77 112.33 208.05 -
System Red Green Blue C M Y K H S L
Decimal 213 49 73 0 0.77 0.66 0.16 351.22 0.66 0.51
Hex D5 31 49 0 4D 42 10 15F 42 33
Octal 325 61 111 0 115 102 20 537 102 63
Binary 11010101 110001 1001001 0 1001101 1000010 10000 101011111 1000010 110011

Color Harmonies of #D53149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53149

Black with #D53149

Text Example


Text Example

White with #D53149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53149; }

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

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

background-color css

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

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

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

border-color css

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

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

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