#D0394D

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

Shades of Brick Red #D0394D

Tints of Brick Red #D0394D

Color information

#D0394D (or 0xD0394D) is unknown color: approx Brick Red. HEX triplet: D0, 39 and 4D. RGB value is (208,57,77). Sum of RGB (Red+Green+Blue) = 208+57+77=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D0394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0394D is #2FC6B2. Grayscale: #686868. Windows color (decimal): -3131059 or 5061072. OLE color: 5061072.

HSL color Cylindrical-coordinate representation of color #D0394D: hue angle of 352.05º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0394D is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB2085777-
CMYK00.730.630.18
HSL352.05º61.63%51.96%-
HSV(B)352.05º72.6%81.57%-
XYZ28.8216.878.76-
YUV104.43112.53201.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 60.82%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 77 (30.47% from 255) = 22.51%
R=60.82%
G=16.67%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208577700.730.630.18352.0561.6351.96
HexD0394D0493F121603e34
Octal32071115011177225407664
Binary1101000011100110011010100100111111110010101100000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0394D; }

 p { color: rgb(208,57,77); }

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

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

 a { background-color: rgb(208,57,77); }

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

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

 span { border-color: rgb(208,57,77); }

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