Shades of Brick Red #D33A45
Tints of Brick Red #D33A45
RGB
CMYK
RGB Variations
Color information
#D33A45 (or 0xD33A45) is known color: Brick Red. HEX triplet: D3, 3A and 45. RGB value is (211,58,69). Sum of RGB (Red+Green+Blue) = 211+58+69=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D33A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33A45 is #2CC5BA. Grayscale: #696969. Windows color (decimal): -2934203 or 4537043. OLE color: 4537043.
HSL color Cylindrical-coordinate representation of color #D33A45: hue angle of 355.69º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33A45 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 58 | 69 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.17 |
| HSL | 355.69º | 0.63% | 0.53% | - |
| HSV(B) | 355.69º | 0.73% | 0.83% | - |
| XYZ | 29.45 | 17.3 | 7.42 | - |
| YUV | 105 | 107.69 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 69 | 0 | 0.73 | 0.67 | 0.17 | 355.69 | 0.63 | 0.53 |
| Hex | D3 | 3A | 45 | 0 | 49 | 43 | 11 | 164 | 3F | 35 |
| Octal | 323 | 72 | 105 | 0 | 111 | 103 | 21 | 544 | 77 | 65 |
| Binary | 11010011 | 111010 | 1000101 | 0 | 1001001 | 1000011 | 10001 | 101100100 | 111111 | 110101 |
Color Harmonies of #D33A45
Complementary color
Monochromatic Colors of #D33A45
Black with #D33A45
Text Example
Text Example
White with #D33A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33A45; }
p { color: rgb(211,58,69); }
H1.HeaderClassName
{
color: #D33A45;
}
.AnyTagClassName
{
color: #D33A45;
}
</style>
background-color css
<style>
a { background-color: #D33A45; }
a { background-color: rgb(211,58,69); }
div.DivClassName
{
background-color: #D33A45;
}
.BgClassName
{
background-color: #D33A45;
}
</style>
border-color css
<style>
span { border-color: #D33A45; }
span { border-color: rgb(211,58,69); }
td.TdClassName
{
border-color: #D33A45;
}
.TagClassName
{
border-color: #D33A45;
}
</style>