Shades of Brick Red #D03541
Tints of Brick Red #D03541
RGB
CMYK
RGB Variations
Color information
#D03541 (or 0xD03541) is known color: Brick Red. HEX triplet: D0, 35 and 41. RGB value is (208,53,65). Sum of RGB (Red+Green+Blue) = 208+53+65=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D03541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03541 is #2FCABE. Grayscale: #646464. Windows color (decimal): -3132095 or 4273616. OLE color: 4273616.
HSL color Cylindrical-coordinate representation of color #D03541: hue angle of 355.35º 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 #D03541 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 65 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.18 |
| HSL | 355.35º | 0.62% | 0.51% | - |
| HSV(B) | 355.35º | 0.75% | 0.82% | - |
| XYZ | 28.24 | 16.34 | 6.67 | - |
| YUV | 100.71 | 107.85 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 65 | 0 | 0.75 | 0.69 | 0.18 | 355.35 | 0.62 | 0.51 |
| Hex | D0 | 35 | 41 | 0 | 4B | 45 | 12 | 163 | 3E | 33 |
| Octal | 320 | 65 | 101 | 0 | 113 | 105 | 22 | 543 | 76 | 63 |
| Binary | 11010000 | 110101 | 1000001 | 0 | 1001011 | 1000101 | 10010 | 101100011 | 111110 | 110011 |
Color Harmonies of #D03541
Complementary color
Monochromatic Colors of #D03541
Black with #D03541
Text Example
Text Example
White with #D03541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03541; }
p { color: rgb(208,53,65); }
H1.HeaderClassName
{
color: #D03541;
}
.AnyTagClassName
{
color: #D03541;
}
</style>
background-color css
<style>
a { background-color: #D03541; }
a { background-color: rgb(208,53,65); }
div.DivClassName
{
background-color: #D03541;
}
.BgClassName
{
background-color: #D03541;
}
</style>
border-color css
<style>
span { border-color: #D03541; }
span { border-color: rgb(208,53,65); }
td.TdClassName
{
border-color: #D03541;
}
.TagClassName
{
border-color: #D03541;
}
</style>