#D73242

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

Shades of Brick Red #D73242

Tints of Brick Red #D73242

Color information

#D73242 (or 0xD73242) is unknown color: approx Brick Red. HEX triplet: D7, 32 and 42. RGB value is (215,50,66). Sum of RGB (Red+Green+Blue) = 215+50+66=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D73242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73242 is #28CDBD. Grayscale: #656565. Windows color (decimal): -2674110 or 4338391. OLE color: 4338391.

HSL color Cylindrical-coordinate representation of color #D73242: hue angle of 354.18º 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 #D73242 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB2155066-
CMYK00.770.690.16
HSL354.18º67.35%51.96%-
HSV(B)354.18º76.74%84.31%-
XYZ30.1517.126.87-
YUV101.16108.16209.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 64.95%
GREEN value IS 50 (19.92% from 255) = 15.11%
BLUE value IS 66 (26.17% from 255) = 19.94%
R=64.95%
G=15.11%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215506600.770.690.16354.1867.3551.96
HexD7324204D45101624334
Octal3276210201151052054210364
Binary110101111100101000010010011011000101100001011000101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73242; }

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

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

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

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

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

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

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

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