Html Css Color HEX #D52947 Brick Red

📋 copy color: '#D52947'

red 213 ◦ green 41 ◦ blue 71

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

Shades of Brick Red #D52947

Tints of Brick Red #D52947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.62%

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

R = 65.54%
G = 12.62%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D52947 (or 0xD52947) is known color: Brick Red. HEX triplet: D5, 29 and 47. RGB value is (213,41,71). Sum of RGB (Red+Green+Blue) = 213+41+71=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D52947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52947 is #2AD6B8. Grayscale: #5F5F5F. Windows color (decimal): -2807481 or 4663765. OLE color: 4663765.

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

Color convert

RGB 213 41 71 -
CMYK 0 0.81 0.67 0.16
HSL 349.53º 0.68% 0.5% -
HSV(B) 349.53º 0.81% 0.84% -
XYZ 29.37 16.19 7.54 -
YUV 95.85 113.98 211.56 -
System Red Green Blue C M Y K H S L
Decimal 213 41 71 0 0.81 0.67 0.16 349.53 0.68 0.5
Hex D5 29 47 0 51 43 10 15E 44 32
Octal 325 51 107 0 121 103 20 536 104 62
Binary 11010101 101001 1000111 0 1010001 1000011 10000 101011110 1000100 110010

Color Harmonies of #D52947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52947

Black with #D52947

Text Example


Text Example

White with #D52947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52947; }

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

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

background-color css

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

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

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

border-color css

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

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

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