#d72f41

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

Shades of Brick Red #D72F41

Tints of Brick Red #D72F41

Color information

#D72F41 (or 0xD72F41) is unknown color: approx Brick Red. HEX triplet: D7, 2F and 41. RGB value is (215,47,65). Sum of RGB (Red+Green+Blue) = 215+47+65=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72F41 is #28D0BE. Grayscale: #636363. Windows color (decimal): -2674879 or 4272087. OLE color: 4272087.

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

Color convert

RGB2154765-
CMYK00.780.700.16
HSL353.57º67.74%51.37%-
HSV(B)353.57º78.14%84.31%-
XYZ29.9916.866.67-
YUV99.28108.66210.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 65.75%
GREEN value IS 47 (18.75% from 255) = 14.37%
BLUE value IS 65 (25.78% from 255) = 19.88%
R=65.75%
G=14.37%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215476500.780.700.16353.5767.7451.37
HexD72F4104E46101624433
Octal3275710101161062054210463
Binary110101111011111000001010011101000110100001011000101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d72f41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d72f41; }

 p { color: rgb(215,47,65); }

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

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

 a { background-color: rgb(215,47,65); }

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

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

 span { border-color: rgb(215,47,65); }

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