Shades of Brick Red #CF2849
Tints of Brick Red #CF2849
RGB
CMYK
RGB Variations
Color information
#CF2849 (or 0xCF2849) is known color: Brick Red. HEX triplet: CF, 28 and 49. RGB value is (207,40,73). Sum of RGB (Red+Green+Blue) = 207+40+73=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2849 is #30D7B6. Grayscale: #5D5D5D. Windows color (decimal): -3200951 or 4794575. OLE color: 4794575.
HSL color Cylindrical-coordinate representation of color #CF2849: hue angle of 348.14º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2849 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 40 | 73 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.19 |
| HSL | 348.14º | 0.68% | 0.48% | - |
| HSV(B) | 348.14º | 0.81% | 0.81% | - |
| XYZ | 27.69 | 15.26 | 7.79 | - |
| YUV | 93.7 | 116.33 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 73 | 0 | 0.81 | 0.65 | 0.19 | 348.14 | 0.68 | 0.48 |
| Hex | CF | 28 | 49 | 0 | 51 | 41 | 13 | 15C | 44 | 30 |
| Octal | 317 | 50 | 111 | 0 | 121 | 101 | 23 | 534 | 104 | 60 |
| Binary | 11001111 | 101000 | 1001001 | 0 | 1010001 | 1000001 | 10011 | 101011100 | 1000100 | 110000 |
Color Harmonies of #CF2849
Complementary color
Monochromatic Colors of #CF2849
Black with #CF2849
Text Example
Text Example
White with #CF2849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2849; }
p { color: rgb(207,40,73); }
H1.HeaderClassName
{
color: #CF2849;
}
.AnyTagClassName
{
color: #CF2849;
}
</style>
background-color css
<style>
a { background-color: #CF2849; }
a { background-color: rgb(207,40,73); }
div.DivClassName
{
background-color: #CF2849;
}
.BgClassName
{
background-color: #CF2849;
}
</style>
border-color css
<style>
span { border-color: #CF2849; }
span { border-color: rgb(207,40,73); }
td.TdClassName
{
border-color: #CF2849;
}
.TagClassName
{
border-color: #CF2849;
}
</style>