Shades of Brick Red #CF3447
Tints of Brick Red #CF3447
RGB
CMYK
RGB Variations
Color information
#CF3447 (or 0xCF3447) is known color: Brick Red. HEX triplet: CF, 34 and 47. RGB value is (207,52,71). Sum of RGB (Red+Green+Blue) = 207+52+71=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3447 is #30CBB8. Grayscale: #646464. Windows color (decimal): -3197881 or 4666575. OLE color: 4666575.
HSL color Cylindrical-coordinate representation of color #CF3447: hue angle of 352.65º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3447 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 71 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.19 |
| HSL | 352.65º | 0.62% | 0.51% | - |
| HSV(B) | 352.65º | 0.75% | 0.81% | - |
| XYZ | 28.1 | 16.18 | 7.6 | - |
| YUV | 100.51 | 111.35 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 71 | 0 | 0.75 | 0.66 | 0.19 | 352.65 | 0.62 | 0.51 |
| Hex | CF | 34 | 47 | 0 | 4B | 42 | 13 | 161 | 3E | 33 |
| Octal | 317 | 64 | 107 | 0 | 113 | 102 | 23 | 541 | 76 | 63 |
| Binary | 11001111 | 110100 | 1000111 | 0 | 1001011 | 1000010 | 10011 | 101100001 | 111110 | 110011 |
Color Harmonies of #CF3447
Complementary color
Monochromatic Colors of #CF3447
Black with #CF3447
Text Example
Text Example
White with #CF3447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3447; }
p { color: rgb(207,52,71); }
H1.HeaderClassName
{
color: #CF3447;
}
.AnyTagClassName
{
color: #CF3447;
}
</style>
background-color css
<style>
a { background-color: #CF3447; }
a { background-color: rgb(207,52,71); }
div.DivClassName
{
background-color: #CF3447;
}
.BgClassName
{
background-color: #CF3447;
}
</style>
border-color css
<style>
span { border-color: #CF3447; }
span { border-color: rgb(207,52,71); }
td.TdClassName
{
border-color: #CF3447;
}
.TagClassName
{
border-color: #CF3447;
}
</style>