Shades of Brick Red #D33648
Tints of Brick Red #D33648
RGB
CMYK
RGB Variations
Color information
#D33648 (or 0xD33648) is known color: Brick Red. HEX triplet: D3, 36 and 48. RGB value is (211,54,72). Sum of RGB (Red+Green+Blue) = 211+54+72=337 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.61% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 211 - color contains mainly: red. Hex color #D33648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33648 is #2CC9B7. Grayscale: #676767. Windows color (decimal): -2935224 or 4732627. OLE color: 4732627.
HSL color Cylindrical-coordinate representation of color #D33648: hue angle of 353.12º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33648 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 72 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.17 |
| HSL | 353.12º | 0.64% | 0.52% | - |
| HSV(B) | 353.12º | 0.74% | 0.83% | - |
| XYZ | 29.35 | 16.96 | 7.86 | - |
| YUV | 103 | 110.51 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 72 | 0 | 0.74 | 0.66 | 0.17 | 353.12 | 0.64 | 0.52 |
| Hex | D3 | 36 | 48 | 0 | 4A | 42 | 11 | 161 | 40 | 34 |
| Octal | 323 | 66 | 110 | 0 | 112 | 102 | 21 | 541 | 100 | 64 |
| Binary | 11010011 | 110110 | 1001000 | 0 | 1001010 | 1000010 | 10001 | 101100001 | 1000000 | 110100 |
Color Harmonies of #D33648
Complementary color
Monochromatic Colors of #D33648
Black with #D33648
Text Example
Text Example
White with #D33648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33648; }
p { color: rgb(211,54,72); }
H1.HeaderClassName
{
color: #D33648;
}
.AnyTagClassName
{
color: #D33648;
}
</style>
background-color css
<style>
a { background-color: #D33648; }
a { background-color: rgb(211,54,72); }
div.DivClassName
{
background-color: #D33648;
}
.BgClassName
{
background-color: #D33648;
}
</style>
border-color css
<style>
span { border-color: #D33648; }
span { border-color: rgb(211,54,72); }
td.TdClassName
{
border-color: #D33648;
}
.TagClassName
{
border-color: #D33648;
}
</style>