Html Css Color HEX #D13549 Brick Red

📋 copy color: '#D13549'

red 209 ◦ green 53 ◦ blue 73

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

Shades of Brick Red #D13549

Tints of Brick Red #D13549

RGB

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

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

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

R = 62.39%
G = 15.82%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D13549 (or 0xD13549) is known color: Brick Red. HEX triplet: D1, 35 and 49. RGB value is (209,53,73). Sum of RGB (Red+Green+Blue) = 209+53+73=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D13549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13549 is #2ECAB6. Grayscale: #666666. Windows color (decimal): -3066551 or 4797905. OLE color: 4797905.

HSL color Cylindrical-coordinate representation of color #D13549: hue angle of 352.31º 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 #D13549 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 53 73 -
CMYK 0 0.75 0.65 0.18
HSL 352.31º 0.63% 0.51% -
HSV(B) 352.31º 0.75% 0.82% -
XYZ 28.77 16.58 7.99 -
YUV 101.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 209 53 73 0 0.75 0.65 0.18 352.31 0.63 0.51
Hex D1 35 49 0 4B 41 12 160 3F 33
Octal 321 65 111 0 113 101 22 540 77 63
Binary 11010001 110101 1001001 0 1001011 1000001 10010 101100000 111111 110011

Color Harmonies of #D13549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13549

Black with #D13549

Text Example


Text Example

White with #D13549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13549; }

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

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

background-color css

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

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

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

border-color css

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

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

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