Shades of Brick Red #D33D4F
Tints of Brick Red #D33D4F
RGB
CMYK
RGB Variations
Color information
#D33D4F (or 0xD33D4F) is known color: Brick Red. HEX triplet: D3, 3D and 4F. RGB value is (211,61,79). Sum of RGB (Red+Green+Blue) = 211+61+79=351 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.11% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 211 - color contains mainly: red. Hex color #D33D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33D4F is #2CC2B0. Grayscale: #6B6B6B. Windows color (decimal): -2933425 or 5193171. OLE color: 5193171.
HSL color Cylindrical-coordinate representation of color #D33D4F: hue angle of 352.8º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D33D4F is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 61 | 79 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.17 |
| HSL | 352.8º | 0.63% | 0.53% | - |
| HSV(B) | 352.8º | 0.71% | 0.83% | - |
| XYZ | 29.94 | 17.75 | 9.25 | - |
| YUV | 107.9 | 111.7 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 79 | 0 | 0.71 | 0.63 | 0.17 | 352.8 | 0.63 | 0.53 |
| Hex | D3 | 3D | 4F | 0 | 47 | 3F | 11 | 161 | 3F | 35 |
| Octal | 323 | 75 | 117 | 0 | 107 | 77 | 21 | 541 | 77 | 65 |
| Binary | 11010011 | 111101 | 1001111 | 0 | 1000111 | 111111 | 10001 | 101100001 | 111111 | 110101 |
Color Harmonies of #D33D4F
Complementary color
Monochromatic Colors of #D33D4F
Black with #D33D4F
Text Example
Text Example
White with #D33D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33D4F; }
p { color: rgb(211,61,79); }
H1.HeaderClassName
{
color: #D33D4F;
}
.AnyTagClassName
{
color: #D33D4F;
}
</style>
background-color css
<style>
a { background-color: #D33D4F; }
a { background-color: rgb(211,61,79); }
div.DivClassName
{
background-color: #D33D4F;
}
.BgClassName
{
background-color: #D33D4F;
}
</style>
border-color css
<style>
span { border-color: #D33D4F; }
span { border-color: rgb(211,61,79); }
td.TdClassName
{
border-color: #D33D4F;
}
.TagClassName
{
border-color: #D33D4F;
}
</style>