#D03A49

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

Shades of Brick Red #D03A49

Tints of Brick Red #D03A49

Color information

#D03A49 (or 0xD03A49) is unknown color: approx Brick Red. HEX triplet: D0, 3A and 49. RGB value is (208,58,73). Sum of RGB (Red+Green+Blue) = 208+58+73=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03A49 is #2FC5B6. Grayscale: #686868. Windows color (decimal): -3130807 or 4799184. OLE color: 4799184.

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

Color convert

RGB2085873-
CMYK00.720.650.18
HSL354º61.48%52.16%-
HSV(B)354º72.12%81.57%-
XYZ28.7316.928.05-
YUV104.56110.2201.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 61.36%
GREEN value IS 58 (23.05% from 255) = 17.11%
BLUE value IS 73 (28.91% from 255) = 21.53%
R=61.36%
G=17.11%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208587300.720.650.1835461.4852.16
HexD03A4904841121623d34
Octal320721110110101225427564
Binary11010000111010100100101001000100000110010101100010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03A49; }

 p { color: rgb(208,58,73); }

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

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

 a { background-color: rgb(208,58,73); }

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

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

 span { border-color: rgb(208,58,73); }

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