Html Css Color HEX #D52D47 Brick Red

📋 copy color: '#D52D47'

red 213 ◦ green 45 ◦ blue 71

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

Shades of Brick Red #D52D47

Tints of Brick Red #D52D47

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.68%

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

R = 64.74%
G = 13.68%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D52D47 (or 0xD52D47) is known color: Brick Red. HEX triplet: D5, 2D and 47. RGB value is (213,45,71). Sum of RGB (Red+Green+Blue) = 213+45+71=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52D47 is #2AD2B8. Grayscale: #626262. Windows color (decimal): -2806457 or 4664789. OLE color: 4664789.

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

Color convert

RGB 213 45 71 -
CMYK 0 0.79 0.67 0.16
HSL 350.71º 0.67% 0.51% -
HSV(B) 350.71º 0.79% 0.84% -
XYZ 29.52 16.48 7.59 -
YUV 98.2 112.66 209.89 -
System Red Green Blue C M Y K H S L
Decimal 213 45 71 0 0.79 0.67 0.16 350.71 0.67 0.51
Hex D5 2D 47 0 4F 43 10 15F 43 33
Octal 325 55 107 0 117 103 20 537 103 63
Binary 11010101 101101 1000111 0 1001111 1000011 10000 101011111 1000011 110011

Color Harmonies of #D52D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52D47

Black with #D52D47

Text Example


Text Example

White with #D52D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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