Html Css Color HEX #D13A47 Brick Red

📋 copy color: '#D13A47'

red 209 ◦ green 58 ◦ blue 71

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

Shades of Brick Red #D13A47

Tints of Brick Red #D13A47

RGB

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

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

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

R = 61.83%
G = 17.16%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D13A47 (or 0xD13A47) is known color: Brick Red. HEX triplet: D1, 3A and 47. RGB value is (209,58,71). Sum of RGB (Red+Green+Blue) = 209+58+71=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13A47 is #2EC5B8. Grayscale: #686868. Windows color (decimal): -3065273 or 4668113. OLE color: 4668113.

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

Color convert

RGB 209 58 71 -
CMYK 0 0.72 0.66 0.18
HSL 354.83º 0.62% 0.52% -
HSV(B) 354.83º 0.72% 0.82% -
XYZ 28.94 17.04 7.72 -
YUV 104.63 109.03 202.44 -
System Red Green Blue C M Y K H S L
Decimal 209 58 71 0 0.72 0.66 0.18 354.83 0.62 0.52
Hex D1 3A 47 0 48 42 12 163 3E 34
Octal 321 72 107 0 110 102 22 543 76 64
Binary 11010001 111010 1000111 0 1001000 1000010 10010 101100011 111110 110100

Color Harmonies of #D13A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A47

Black with #D13A47

Text Example


Text Example

White with #D13A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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