Html Css Color HEX #D13A49 Brick Red

📋 copy color: '#D13A49'

red 209 ◦ green 58 ◦ blue 73

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

Shades of Brick Red #D13A49

Tints of Brick Red #D13A49

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.06%

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

R = 61.47%
G = 17.06%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D13A49 (or 0xD13A49) is known color: Brick Red. HEX triplet: D1, 3A and 49. RGB value is (209,58,73). Sum of RGB (Red+Green+Blue) = 209+58+73=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13A49 is #2EC5B6. Grayscale: #686868. Windows color (decimal): -3065271 or 4799185. OLE color: 4799185.

HSL color Cylindrical-coordinate representation of color #D13A49: hue angle of 354.04º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13A49 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 58 73 -
CMYK 0 0.72 0.65 0.18
HSL 354.04º 0.62% 0.52% -
HSV(B) 354.04º 0.72% 0.82% -
XYZ 29.01 17.06 8.07 -
YUV 104.86 110.03 202.28 -
System Red Green Blue C M Y K H S L
Decimal 209 58 73 0 0.72 0.65 0.18 354.04 0.62 0.52
Hex D1 3A 49 0 48 41 12 162 3E 34
Octal 321 72 111 0 110 101 22 542 76 64
Binary 11010001 111010 1001001 0 1001000 1000001 10010 101100010 111110 110100

Color Harmonies of #D13A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A49

Black with #D13A49

Text Example


Text Example

White with #D13A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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