Shades of Brick Red #D03344
Tints of Brick Red #D03344
RGB
CMYK
RGB Variations
Color information
#D03344 (or 0xD03344) is known color: Brick Red. HEX triplet: D0, 33 and 44. RGB value is (208,51,68). Sum of RGB (Red+Green+Blue) = 208+51+68=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D03344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03344 is #2FCCBB. Grayscale: #636363. Windows color (decimal): -3132604 or 4469712. OLE color: 4469712.
HSL color Cylindrical-coordinate representation of color #D03344: hue angle of 353.5º 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 #D03344 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 68 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.18 |
| HSL | 353.5º | 0.63% | 0.51% | - |
| HSV(B) | 353.5º | 0.75% | 0.82% | - |
| XYZ | 28.24 | 16.19 | 7.11 | - |
| YUV | 99.88 | 110.01 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 68 | 0 | 0.75 | 0.67 | 0.18 | 353.5 | 0.63 | 0.51 |
| Hex | D0 | 33 | 44 | 0 | 4B | 43 | 12 | 162 | 3F | 33 |
| Octal | 320 | 63 | 104 | 0 | 113 | 103 | 22 | 542 | 77 | 63 |
| Binary | 11010000 | 110011 | 1000100 | 0 | 1001011 | 1000011 | 10010 | 101100010 | 111111 | 110011 |
Color Harmonies of #D03344
Complementary color
Monochromatic Colors of #D03344
Black with #D03344
Text Example
Text Example
White with #D03344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03344; }
p { color: rgb(208,51,68); }
H1.HeaderClassName
{
color: #D03344;
}
.AnyTagClassName
{
color: #D03344;
}
</style>
background-color css
<style>
a { background-color: #D03344; }
a { background-color: rgb(208,51,68); }
div.DivClassName
{
background-color: #D03344;
}
.BgClassName
{
background-color: #D03344;
}
</style>
border-color css
<style>
span { border-color: #D03344; }
span { border-color: rgb(208,51,68); }
td.TdClassName
{
border-color: #D03344;
}
.TagClassName
{
border-color: #D03344;
}
</style>