Shades of Brick Red #D03A45
Tints of Brick Red #D03A45
RGB
CMYK
RGB Variations
Color information
#D03A45 (or 0xD03A45) is known color: Brick Red. HEX triplet: D0, 3A and 45. RGB value is (208,58,69). Sum of RGB (Red+Green+Blue) = 208+58+69=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03A45 is #2FC5BA. Grayscale: #686868. Windows color (decimal): -3130811 or 4537040. OLE color: 4537040.
HSL color Cylindrical-coordinate representation of color #D03A45: hue angle of 355.6º 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 #D03A45 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 69 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.18 |
| HSL | 355.6º | 0.61% | 0.52% | - |
| HSV(B) | 355.6º | 0.72% | 0.82% | - |
| XYZ | 28.6 | 16.87 | 7.38 | - |
| YUV | 104.1 | 108.2 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 69 | 0 | 0.72 | 0.67 | 0.18 | 355.6 | 0.61 | 0.52 |
| Hex | D0 | 3A | 45 | 0 | 48 | 43 | 12 | 164 | 3D | 34 |
| Octal | 320 | 72 | 105 | 0 | 110 | 103 | 22 | 544 | 75 | 64 |
| Binary | 11010000 | 111010 | 1000101 | 0 | 1001000 | 1000011 | 10010 | 101100100 | 111101 | 110100 |
Color Harmonies of #D03A45
Complementary color
Monochromatic Colors of #D03A45
Black with #D03A45
Text Example
Text Example
White with #D03A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03A45; }
p { color: rgb(208,58,69); }
H1.HeaderClassName
{
color: #D03A45;
}
.AnyTagClassName
{
color: #D03A45;
}
</style>
background-color css
<style>
a { background-color: #D03A45; }
a { background-color: rgb(208,58,69); }
div.DivClassName
{
background-color: #D03A45;
}
.BgClassName
{
background-color: #D03A45;
}
</style>
border-color css
<style>
span { border-color: #D03A45; }
span { border-color: rgb(208,58,69); }
td.TdClassName
{
border-color: #D03A45;
}
.TagClassName
{
border-color: #D03A45;
}
</style>