Shades of Brick Red #D03349
Tints of Brick Red #D03349
RGB
CMYK
RGB Variations
Color information
#D03349 (or 0xD03349) is known color: Brick Red. HEX triplet: D0, 33 and 49. RGB value is (208,51,73). Sum of RGB (Red+Green+Blue) = 208+51+73=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D03349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03349 is #2FCCB6. Grayscale: #646464. Windows color (decimal): -3132599 or 4797392. OLE color: 4797392.
HSL color Cylindrical-coordinate representation of color #D03349: hue angle of 351.59º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03349 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 73 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.18 |
| HSL | 351.59º | 0.63% | 0.51% | - |
| HSV(B) | 351.59º | 0.75% | 0.82% | - |
| XYZ | 28.4 | 16.26 | 7.94 | - |
| YUV | 100.45 | 112.51 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 73 | 0 | 0.75 | 0.65 | 0.18 | 351.59 | 0.63 | 0.51 |
| Hex | D0 | 33 | 49 | 0 | 4B | 41 | 12 | 160 | 3F | 33 |
| Octal | 320 | 63 | 111 | 0 | 113 | 101 | 22 | 540 | 77 | 63 |
| Binary | 11010000 | 110011 | 1001001 | 0 | 1001011 | 1000001 | 10010 | 101100000 | 111111 | 110011 |
Color Harmonies of #D03349
Complementary color
Monochromatic Colors of #D03349
Black with #D03349
Text Example
Text Example
White with #D03349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03349; }
p { color: rgb(208,51,73); }
H1.HeaderClassName
{
color: #D03349;
}
.AnyTagClassName
{
color: #D03349;
}
</style>
background-color css
<style>
a { background-color: #D03349; }
a { background-color: rgb(208,51,73); }
div.DivClassName
{
background-color: #D03349;
}
.BgClassName
{
background-color: #D03349;
}
</style>
border-color css
<style>
span { border-color: #D03349; }
span { border-color: rgb(208,51,73); }
td.TdClassName
{
border-color: #D03349;
}
.TagClassName
{
border-color: #D03349;
}
</style>