#D13E48

Color #D13E48 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #D13E48

Tints of Brick Red #D13E48

Color information

#D13E48 (or 0xD13E48) is unknown color: approx Brick Red. HEX triplet: D1, 3E and 48. RGB value is (209,62,72). Sum of RGB (Red+Green+Blue) = 209+62+72=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13E48 is #2EC1B7. Grayscale: #6B6B6B. Windows color (decimal): -3064248 or 4734673. OLE color: 4734673.

HSL color Cylindrical-coordinate representation of color #D13E48: hue angle of 355.92º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13E48 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB2096272-
CMYK00.700.660.18
HSL355.92º61.51%53.14%-
HSV(B)355.92º70.33%81.96%-
XYZ29.1917.477.96-
YUV107.09108.2200.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.93%
GREEN value IS 62 (24.61% from 255) = 18.08%
BLUE value IS 72 (28.52% from 255) = 20.99%
R=60.93%
G=18.08%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209627200.700.660.18355.9261.5153.14
HexD13E4804642121643e35
Octal321761100106102225447665
Binary11010001111110100100001000110100001010010101100100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13E48; }

 p { color: rgb(209,62,72); }

 H1.HeaderClassName
 {
   color: #D13E48;
 }
 .AnyTagClassName
 {
   color: #D13E48;
 }
</style>
background-color css

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

 a { background-color: rgb(209,62,72); }

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

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

 span { border-color: rgb(209,62,72); }

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