Shades of Brick Red #D03542
Tints of Brick Red #D03542
RGB
CMYK
RGB Variations
Color information
#D03542 (or 0xD03542) is known color: Brick Red. HEX triplet: D0, 35 and 42. RGB value is (208,53,66). Sum of RGB (Red+Green+Blue) = 208+53+66=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D03542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03542 is #2FCABD. Grayscale: #646464. Windows color (decimal): -3132094 or 4339152. OLE color: 4339152.
HSL color Cylindrical-coordinate representation of color #D03542: hue angle of 354.97º degrees, saturation: 0.62, 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 #D03542 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 66 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.18 |
| HSL | 354.97º | 0.62% | 0.51% | - |
| HSV(B) | 354.97º | 0.75% | 0.82% | - |
| XYZ | 28.27 | 16.35 | 6.82 | - |
| YUV | 100.83 | 108.35 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 66 | 0 | 0.75 | 0.68 | 0.18 | 354.97 | 0.62 | 0.51 |
| Hex | D0 | 35 | 42 | 0 | 4B | 44 | 12 | 163 | 3E | 33 |
| Octal | 320 | 65 | 102 | 0 | 113 | 104 | 22 | 543 | 76 | 63 |
| Binary | 11010000 | 110101 | 1000010 | 0 | 1001011 | 1000100 | 10010 | 101100011 | 111110 | 110011 |
Color Harmonies of #D03542
Complementary color
Monochromatic Colors of #D03542
Black with #D03542
Text Example
Text Example
White with #D03542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03542; }
p { color: rgb(208,53,66); }
H1.HeaderClassName
{
color: #D03542;
}
.AnyTagClassName
{
color: #D03542;
}
</style>
background-color css
<style>
a { background-color: #D03542; }
a { background-color: rgb(208,53,66); }
div.DivClassName
{
background-color: #D03542;
}
.BgClassName
{
background-color: #D03542;
}
</style>
border-color css
<style>
span { border-color: #D03542; }
span { border-color: rgb(208,53,66); }
td.TdClassName
{
border-color: #D03542;
}
.TagClassName
{
border-color: #D03542;
}
</style>