#D13440

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

Shades of Brick Red #D13440

Tints of Brick Red #D13440

Color information

#D13440 (or 0xD13440) is unknown color: approx Brick Red. HEX triplet: D1, 34 and 40. RGB value is (209,52,64). Sum of RGB (Red+Green+Blue) = 209+52+64=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D13440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13440 is #2ECBBF. Grayscale: #646464. Windows color (decimal): -3066816 or 4207825. OLE color: 4207825.

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

Color convert

RGB2095264-
CMYK00.750.690.18
HSL355.41º63.05%51.18%-
HSV(B)355.41º75.12%81.96%-
XYZ28.4516.386.51-
YUV100.31107.51205.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 64.31%
GREEN value IS 52 (20.70% from 255) = 16%
BLUE value IS 64 (25.39% from 255) = 19.69%
R=64.31%
G=16%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209526400.750.690.18355.4163.0551.18
HexD1344004B45121633f33
Octal321641000113105225437763
Binary11010001110100100000001001011100010110010101100011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13440; }

 p { color: rgb(209,52,64); }

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

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

 a { background-color: rgb(209,52,64); }

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

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

 span { border-color: rgb(209,52,64); }

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