Shades of Brick Red #D03245
Tints of Brick Red #D03245
RGB
CMYK
RGB Variations
Color information
#D03245 (or 0xD03245) is known color: Brick Red. HEX triplet: D0, 32 and 45. RGB value is (208,50,69). Sum of RGB (Red+Green+Blue) = 208+50+69=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D03245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03245 is #2FCDBA. Grayscale: #636363. Windows color (decimal): -3132859 or 4534992. OLE color: 4534992.
HSL color Cylindrical-coordinate representation of color #D03245: hue angle of 352.78º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03245 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 69 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.18 |
| HSL | 352.78º | 0.63% | 0.51% | - |
| HSV(B) | 352.78º | 0.76% | 0.82% | - |
| XYZ | 28.23 | 16.12 | 7.25 | - |
| YUV | 99.41 | 110.85 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 69 | 0 | 0.76 | 0.67 | 0.18 | 352.78 | 0.63 | 0.51 |
| Hex | D0 | 32 | 45 | 0 | 4C | 43 | 12 | 161 | 3F | 33 |
| Octal | 320 | 62 | 105 | 0 | 114 | 103 | 22 | 541 | 77 | 63 |
| Binary | 11010000 | 110010 | 1000101 | 0 | 1001100 | 1000011 | 10010 | 101100001 | 111111 | 110011 |
Color Harmonies of #D03245
Complementary color
Monochromatic Colors of #D03245
Black with #D03245
Text Example
Text Example
White with #D03245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03245; }
p { color: rgb(208,50,69); }
H1.HeaderClassName
{
color: #D03245;
}
.AnyTagClassName
{
color: #D03245;
}
</style>
background-color css
<style>
a { background-color: #D03245; }
a { background-color: rgb(208,50,69); }
div.DivClassName
{
background-color: #D03245;
}
.BgClassName
{
background-color: #D03245;
}
</style>
border-color css
<style>
span { border-color: #D03245; }
span { border-color: rgb(208,50,69); }
td.TdClassName
{
border-color: #D03245;
}
.TagClassName
{
border-color: #D03245;
}
</style>