Shades of Brick Red #CF2447
Tints of Brick Red #CF2447
RGB
CMYK
RGB Variations
Color information
#CF2447 (or 0xCF2447) is known color: Brick Red. HEX triplet: CF, 24 and 47. RGB value is (207,36,71). Sum of RGB (Red+Green+Blue) = 207+36+71=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2447 is #30DBB8. Grayscale: #5B5B5B. Windows color (decimal): -3201977 or 4662479. OLE color: 4662479.
HSL color Cylindrical-coordinate representation of color #CF2447: hue angle of 347.72º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2447 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 71 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.19 |
| HSL | 347.72º | 0.7% | 0.48% | - |
| HSV(B) | 347.72º | 0.83% | 0.81% | - |
| XYZ | 27.5 | 14.98 | 7.4 | - |
| YUV | 91.12 | 116.65 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 71 | 0 | 0.83 | 0.66 | 0.19 | 347.72 | 0.7 | 0.48 |
| Hex | CF | 24 | 47 | 0 | 53 | 42 | 13 | 15C | 46 | 30 |
| Octal | 317 | 44 | 107 | 0 | 123 | 102 | 23 | 534 | 106 | 60 |
| Binary | 11001111 | 100100 | 1000111 | 0 | 1010011 | 1000010 | 10011 | 101011100 | 1000110 | 110000 |
Color Harmonies of #CF2447
Complementary color
Monochromatic Colors of #CF2447
Black with #CF2447
Text Example
Text Example
White with #CF2447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2447; }
p { color: rgb(207,36,71); }
H1.HeaderClassName
{
color: #CF2447;
}
.AnyTagClassName
{
color: #CF2447;
}
</style>
background-color css
<style>
a { background-color: #CF2447; }
a { background-color: rgb(207,36,71); }
div.DivClassName
{
background-color: #CF2447;
}
.BgClassName
{
background-color: #CF2447;
}
</style>
border-color css
<style>
span { border-color: #CF2447; }
span { border-color: rgb(207,36,71); }
td.TdClassName
{
border-color: #CF2447;
}
.TagClassName
{
border-color: #CF2447;
}
</style>