#D73945

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

Shades of Brick Red #D73945

Tints of Brick Red #D73945

Color information

#D73945 (or 0xD73945) is unknown color: approx Brick Red. HEX triplet: D7, 39 and 45. RGB value is (215,57,69). Sum of RGB (Red+Green+Blue) = 215+57+69=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D73945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73945 is #28C6BA. Grayscale: #696969. Windows color (decimal): -2672315 or 4536791. OLE color: 4536791.

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

Color convert

RGB2155769-
CMYK00.730.680.16
HSL355.44º66.39%53.33%-
HSV(B)355.44º73.49%84.31%-
XYZ30.5617.87.46-
YUV105.61107.35206.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 63.05%
GREEN value IS 57 (22.66% from 255) = 16.72%
BLUE value IS 69 (27.34% from 255) = 20.23%
R=63.05%
G=16.72%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215576900.730.680.16355.4466.3953.33
HexD7394504944101634235
Octal3277110501111042054310265
Binary110101111110011000101010010011000100100001011000111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73945; }

 p { color: rgb(215,57,69); }

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

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

 a { background-color: rgb(215,57,69); }

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

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

 span { border-color: rgb(215,57,69); }

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