Html Css Color HEX #D53947 Brick Red

📋 copy color: '#D53947'

red 213 ◦ green 57 ◦ blue 71

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

Shades of Brick Red #D53947

Tints of Brick Red #D53947

RGB

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

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

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

R = 62.46%
G = 16.72%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D53947 (or 0xD53947) is known color: Brick Red. HEX triplet: D5, 39 and 47. RGB value is (213,57,71). Sum of RGB (Red+Green+Blue) = 213+57+71=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D53947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53947 is #2AC6B8. Grayscale: #696969. Windows color (decimal): -2803385 or 4667861. OLE color: 4667861.

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

Color convert

RGB 213 57 71 -
CMYK 0 0.73 0.67 0.16
HSL 354.62º 0.65% 0.53% -
HSV(B) 354.62º 0.73% 0.84% -
XYZ 30.04 17.53 7.76 -
YUV 105.24 108.68 204.86 -
System Red Green Blue C M Y K H S L
Decimal 213 57 71 0 0.73 0.67 0.16 354.62 0.65 0.53
Hex D5 39 47 0 49 43 10 163 41 35
Octal 325 71 107 0 111 103 20 543 101 65
Binary 11010101 111001 1000111 0 1001001 1000011 10000 101100011 1000001 110101

Color Harmonies of #D53947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53947

Black with #D53947

Text Example


Text Example

White with #D53947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53947; }

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

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

background-color css

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

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

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

border-color css

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

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

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