Shades of Brick Red #D33C48
Tints of Brick Red #D33C48
RGB
CMYK
RGB Variations
Color information
#D33C48 (or 0xD33C48) is known color: Brick Red. HEX triplet: D3, 3C and 48. RGB value is (211,60,72). Sum of RGB (Red+Green+Blue) = 211+60+72=343 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.52% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33C48 is #2CC3B7. Grayscale: #6A6A6A. Windows color (decimal): -2933688 or 4734163. OLE color: 4734163.
HSL color Cylindrical-coordinate representation of color #D33C48: hue angle of 355.23º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33C48 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 60 | 72 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.17 |
| HSL | 355.23º | 0.63% | 0.53% | - |
| HSV(B) | 355.23º | 0.72% | 0.83% | - |
| XYZ | 29.65 | 17.55 | 7.96 | - |
| YUV | 106.52 | 108.53 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 60 | 72 | 0 | 0.72 | 0.66 | 0.17 | 355.23 | 0.63 | 0.53 |
| Hex | D3 | 3C | 48 | 0 | 48 | 42 | 11 | 163 | 3F | 35 |
| Octal | 323 | 74 | 110 | 0 | 110 | 102 | 21 | 543 | 77 | 65 |
| Binary | 11010011 | 111100 | 1001000 | 0 | 1001000 | 1000010 | 10001 | 101100011 | 111111 | 110101 |
Color Harmonies of #D33C48
Complementary color
Monochromatic Colors of #D33C48
Black with #D33C48
Text Example
Text Example
White with #D33C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33C48; }
p { color: rgb(211,60,72); }
H1.HeaderClassName
{
color: #D33C48;
}
.AnyTagClassName
{
color: #D33C48;
}
</style>
background-color css
<style>
a { background-color: #D33C48; }
a { background-color: rgb(211,60,72); }
div.DivClassName
{
background-color: #D33C48;
}
.BgClassName
{
background-color: #D33C48;
}
</style>
border-color css
<style>
span { border-color: #D33C48; }
span { border-color: rgb(211,60,72); }
td.TdClassName
{
border-color: #D33C48;
}
.TagClassName
{
border-color: #D33C48;
}
</style>