Shades of Brick Red #D03243
Tints of Brick Red #D03243
RGB
CMYK
RGB Variations
Color information
#D03243 (or 0xD03243) is known color: Brick Red. HEX triplet: D0, 32 and 43. RGB value is (208,50,67). Sum of RGB (Red+Green+Blue) = 208+50+67=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D03243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03243 is #2FCDBC. Grayscale: #636363. Windows color (decimal): -3132861 or 4403920. OLE color: 4403920.
HSL color Cylindrical-coordinate representation of color #D03243: hue angle of 353.54º 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 #D03243 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 67 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.18 |
| HSL | 353.54º | 0.63% | 0.51% | - |
| HSV(B) | 353.54º | 0.76% | 0.82% | - |
| XYZ | 28.17 | 16.1 | 6.93 | - |
| YUV | 99.18 | 109.85 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 67 | 0 | 0.76 | 0.68 | 0.18 | 353.54 | 0.63 | 0.51 |
| Hex | D0 | 32 | 43 | 0 | 4C | 44 | 12 | 162 | 3F | 33 |
| Octal | 320 | 62 | 103 | 0 | 114 | 104 | 22 | 542 | 77 | 63 |
| Binary | 11010000 | 110010 | 1000011 | 0 | 1001100 | 1000100 | 10010 | 101100010 | 111111 | 110011 |
Color Harmonies of #D03243
Complementary color
Monochromatic Colors of #D03243
Black with #D03243
Text Example
Text Example
White with #D03243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03243; }
p { color: rgb(208,50,67); }
H1.HeaderClassName
{
color: #D03243;
}
.AnyTagClassName
{
color: #D03243;
}
</style>
background-color css
<style>
a { background-color: #D03243; }
a { background-color: rgb(208,50,67); }
div.DivClassName
{
background-color: #D03243;
}
.BgClassName
{
background-color: #D03243;
}
</style>
border-color css
<style>
span { border-color: #D03243; }
span { border-color: rgb(208,50,67); }
td.TdClassName
{
border-color: #D03243;
}
.TagClassName
{
border-color: #D03243;
}
</style>