Html Css Color HEX #D13547 Brick Red

📋 copy color: '#D13547'

red 209 ◦ green 53 ◦ blue 71

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

Shades of Brick Red #D13547

Tints of Brick Red #D13547

RGB

 RED value IS 209 (82.03% from 255) = 62.76%

 GREEN value IS 53 (21.09% from 255) = 15.92%

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

R = 62.76%
G = 15.92%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D13547 (or 0xD13547) is known color: Brick Red. HEX triplet: D1, 35 and 47. RGB value is (209,53,71). Sum of RGB (Red+Green+Blue) = 209+53+71=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D13547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13547 is #2ECAB8. Grayscale: #656565. Windows color (decimal): -3066553 or 4666833. OLE color: 4666833.

HSL color Cylindrical-coordinate representation of color #D13547: hue angle of 353.08º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13547 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 53 71 -
CMYK 0 0.75 0.66 0.18
HSL 353.08º 0.63% 0.51% -
HSV(B) 353.08º 0.75% 0.82% -
XYZ 28.7 16.56 7.64 -
YUV 101.7 110.68 204.54 -
System Red Green Blue C M Y K H S L
Decimal 209 53 71 0 0.75 0.66 0.18 353.08 0.63 0.51
Hex D1 35 47 0 4B 42 12 161 3F 33
Octal 321 65 107 0 113 102 22 541 77 63
Binary 11010001 110101 1000111 0 1001011 1000010 10010 101100001 111111 110011

Color Harmonies of #D13547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13547

Black with #D13547

Text Example


Text Example

White with #D13547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13547; }

 p { color: rgb(209,53,71); }

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

background-color css

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

 a { background-color: rgb(209,53,71); }

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

border-color css

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

 span { border-color: rgb(209,53,71); }

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