Html Css Color HEX #D52E49 Brick Red

📋 copy color: '#D52E49'

red 213 ◦ green 46 ◦ blue 73

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

Shades of Brick Red #D52E49

Tints of Brick Red #D52E49

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.86%

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

R = 64.16%
G = 13.86%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D52E49 (or 0xD52E49) is known color: Brick Red. HEX triplet: D5, 2E and 49. RGB value is (213,46,73). Sum of RGB (Red+Green+Blue) = 213+46+73=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52E49 is #2AD1B6. Grayscale: #636363. Windows color (decimal): -2806199 or 4796117. OLE color: 4796117.

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

Color convert

RGB 213 46 73 -
CMYK 0 0.78 0.66 0.16
HSL 350.3º 0.67% 0.51% -
HSV(B) 350.3º 0.78% 0.84% -
XYZ 29.62 16.58 7.94 -
YUV 99.01 113.33 209.3 -
System Red Green Blue C M Y K H S L
Decimal 213 46 73 0 0.78 0.66 0.16 350.3 0.67 0.51
Hex D5 2E 49 0 4E 42 10 15E 43 33
Octal 325 56 111 0 116 102 20 536 103 63
Binary 11010101 101110 1001001 0 1001110 1000010 10000 101011110 1000011 110011

Color Harmonies of #D52E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52E49

Black with #D52E49

Text Example


Text Example

White with #D52E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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