#D73648

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

Shades of Brick Red #D73648

Tints of Brick Red #D73648

Color information

#D73648 (or 0xD73648) is unknown color: approx Brick Red. HEX triplet: D7, 36 and 48. RGB value is (215,54,72). Sum of RGB (Red+Green+Blue) = 215+54+72=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D73648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73648 is #28C9B7. Grayscale: #686868. Windows color (decimal): -2673080 or 4732631. OLE color: 4732631.

HSL color Cylindrical-coordinate representation of color #D73648: hue angle of 353.29º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D73648 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB2155472-
CMYK00.750.670.16
HSL353.29º66.8%52.75%-
HSV(B)353.29º74.88%84.31%-
XYZ30.5117.557.91-
YUV104.19109.84207.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 63.05%
GREEN value IS 54 (21.48% from 255) = 15.84%
BLUE value IS 72 (28.52% from 255) = 21.11%
R=63.05%
G=15.84%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215547200.750.670.16353.2966.852.75
HexD7364804B43101614335
Octal3276611001131032054110365
Binary110101111101101001000010010111000011100001011000011000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73648; }

 p { color: rgb(215,54,72); }

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

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

 a { background-color: rgb(215,54,72); }

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

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

 span { border-color: rgb(215,54,72); }

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