#D73241

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

Shades of Brick Red #D73241

Tints of Brick Red #D73241

Color information

#D73241 (or 0xD73241) is unknown color: approx Brick Red. HEX triplet: D7, 32 and 41. RGB value is (215,50,65). Sum of RGB (Red+Green+Blue) = 215+50+65=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D73241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73241 is #28CDBE. Grayscale: #656565. Windows color (decimal): -2674111 or 4272855. OLE color: 4272855.

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

Color convert

RGB2155065-
CMYK00.770.700.16
HSL354.55º67.35%51.96%-
HSV(B)354.55º76.74%84.31%-
XYZ30.1217.116.72-
YUV101.04107.66209.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 65.15%
GREEN value IS 50 (19.92% from 255) = 15.15%
BLUE value IS 65 (25.78% from 255) = 19.70%
R=65.15%
G=15.15%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215506500.770.700.16354.5567.3551.96
HexD7324104D46101634334
Octal3276210101151062054310364
Binary110101111100101000001010011011000110100001011000111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73241; }

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

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

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

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

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

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

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

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