#D72D43

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

Shades of Brick Red #D72D43

Tints of Brick Red #D72D43

Color information

#D72D43 (or 0xD72D43) is unknown color: approx Brick Red. HEX triplet: D7, 2D and 43. RGB value is (215,45,67). Sum of RGB (Red+Green+Blue) = 215+45+67=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72D43 is #28D2BC. Grayscale: #626262. Windows color (decimal): -2675389 or 4402647. OLE color: 4402647.

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

Color convert

RGB2154567-
CMYK00.790.690.16
HSL352.24º68%50.98%-
HSV(B)352.24º79.07%84.31%-
XYZ29.9816.736.96-
YUV98.34110.32211.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 65.75%
GREEN value IS 45 (17.97% from 255) = 13.76%
BLUE value IS 67 (26.56% from 255) = 20.49%
R=65.75%
G=13.76%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215456700.790.690.16352.246850.98
HexD72D4304F45101604433
Octal3275510301171052054010463
Binary110101111011011000011010011111000101100001011000001000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72D43; }

 p { color: rgb(215,45,67); }

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

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

 a { background-color: rgb(215,45,67); }

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

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

 span { border-color: rgb(215,45,67); }

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