#D72744

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

Shades of Brick Red #D72744

Tints of Brick Red #D72744

Color information

#D72744 (or 0xD72744) is unknown color: approx Brick Red. HEX triplet: D7, 27 and 44. RGB value is (215,39,68). Sum of RGB (Red+Green+Blue) = 215+39+68=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D72744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72744 is #28D8BB. Grayscale: #5E5E5E. Windows color (decimal): -2676924 or 4466647. OLE color: 4466647.

HSL color Cylindrical-coordinate representation of color #D72744: hue angle of 350.11º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D72744 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB2153968-
CMYK00.820.680.16
HSL350.11º69.29%49.8%-
HSV(B)350.11º81.86%84.31%-
XYZ29.7916.327.05-
YUV94.93112.81213.64-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 66.77%
GREEN value IS 39 (15.62% from 255) = 12.11%
BLUE value IS 68 (26.95% from 255) = 21.12%
R=66.77%
G=12.11%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215396800.820.680.16350.1169.2949.8
HexD72744052441015e4532
Octal3274710401221042053610562
Binary110101111001111000100010100101000100100001010111101000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72744; }

 p { color: rgb(215,39,68); }

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

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

 a { background-color: rgb(215,39,68); }

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

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

 span { border-color: rgb(215,39,68); }

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