#D13744

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

Shades of Brick Red #D13744

Tints of Brick Red #D13744

Color information

#D13744 (or 0xD13744) is unknown color: approx Brick Red. HEX triplet: D1, 37 and 44. RGB value is (209,55,68). Sum of RGB (Red+Green+Blue) = 209+55+68=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D13744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13744 is #2EC8BB. Grayscale: #666666. Windows color (decimal): -3066044 or 4470737. OLE color: 4470737.

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

Color convert

RGB2095568-
CMYK00.740.670.18
HSL354.94º62.6%51.76%-
HSV(B)354.94º73.68%81.96%-
XYZ28.716.717.18-
YUV102.53108.52203.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 62.95%
GREEN value IS 55 (21.88% from 255) = 16.57%
BLUE value IS 68 (26.95% from 255) = 20.48%
R=62.95%
G=16.57%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209556800.740.670.18354.9462.651.76
HexD1374404A43121633f34
Octal321671040112103225437764
Binary11010001110111100010001001010100001110010101100011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13744; }

 p { color: rgb(209,55,68); }

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

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

 a { background-color: rgb(209,55,68); }

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

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

 span { border-color: rgb(209,55,68); }

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