Shades of Brick Red #D33650
Tints of Brick Red #D33650
RGB
CMYK
RGB Variations
Color information
#D33650 (or 0xD33650) is known color: Brick Red. HEX triplet: D3, 36 and 50. RGB value is (211,54,80). Sum of RGB (Red+Green+Blue) = 211+54+80=345 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.16% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 211 - color contains mainly: red. Hex color #D33650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33650 is #2CC9AF. Grayscale: #676767. Windows color (decimal): -2935216 or 5256915. OLE color: 5256915.
HSL color Cylindrical-coordinate representation of color #D33650: hue angle of 350.06º 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 #D33650 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 80 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.17 |
| HSL | 350.06º | 0.64% | 0.52% | - |
| HSV(B) | 350.06º | 0.74% | 0.83% | - |
| XYZ | 29.63 | 17.07 | 9.32 | - |
| YUV | 103.91 | 114.51 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 80 | 0 | 0.74 | 0.62 | 0.17 | 350.06 | 0.64 | 0.52 |
| Hex | D3 | 36 | 50 | 0 | 4A | 3E | 11 | 15E | 40 | 34 |
| Octal | 323 | 66 | 120 | 0 | 112 | 76 | 21 | 536 | 100 | 64 |
| Binary | 11010011 | 110110 | 1010000 | 0 | 1001010 | 111110 | 10001 | 101011110 | 1000000 | 110100 |
Color Harmonies of #D33650
Complementary color
Monochromatic Colors of #D33650
Black with #D33650
Text Example
Text Example
White with #D33650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33650; }
p { color: rgb(211,54,80); }
H1.HeaderClassName
{
color: #D33650;
}
.AnyTagClassName
{
color: #D33650;
}
</style>
background-color css
<style>
a { background-color: #D33650; }
a { background-color: rgb(211,54,80); }
div.DivClassName
{
background-color: #D33650;
}
.BgClassName
{
background-color: #D33650;
}
</style>
border-color css
<style>
span { border-color: #D33650; }
span { border-color: rgb(211,54,80); }
td.TdClassName
{
border-color: #D33650;
}
.TagClassName
{
border-color: #D33650;
}
</style>