Shades of Brick Red #CF214A
Tints of Brick Red #CF214A
RGB
CMYK
RGB Variations
Color information
#CF214A (or 0xCF214A) is known color: Brick Red. HEX triplet: CF, 21 and 4A. RGB value is (207,33,74). Sum of RGB (Red+Green+Blue) = 207+33+74=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF214A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF214A is #30DEB5. Grayscale: #595959. Windows color (decimal): -3202742 or 4858319. OLE color: 4858319.
HSL color Cylindrical-coordinate representation of color #CF214A: hue angle of 345.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF214A is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 74 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.19 |
| HSL | 345.86º | 0.73% | 0.47% | - |
| HSV(B) | 345.86º | 0.84% | 0.81% | - |
| XYZ | 27.51 | 14.85 | 7.89 | - |
| YUV | 89.7 | 119.15 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 74 | 0 | 0.84 | 0.64 | 0.19 | 345.86 | 0.73 | 0.47 |
| Hex | CF | 21 | 4A | 0 | 54 | 40 | 13 | 15A | 48 | 2F |
| Octal | 317 | 41 | 112 | 0 | 124 | 100 | 23 | 532 | 110 | 57 |
| Binary | 11001111 | 100001 | 1001010 | 0 | 1010100 | 1000000 | 10011 | 101011010 | 1001000 | 101111 |
Color Harmonies of #CF214A
Complementary color
Monochromatic Colors of #CF214A
Black with #CF214A
Text Example
Text Example
White with #CF214A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF214A; }
p { color: rgb(207,33,74); }
H1.HeaderClassName
{
color: #CF214A;
}
.AnyTagClassName
{
color: #CF214A;
}
</style>
background-color css
<style>
a { background-color: #CF214A; }
a { background-color: rgb(207,33,74); }
div.DivClassName
{
background-color: #CF214A;
}
.BgClassName
{
background-color: #CF214A;
}
</style>
border-color css
<style>
span { border-color: #CF214A; }
span { border-color: rgb(207,33,74); }
td.TdClassName
{
border-color: #CF214A;
}
.TagClassName
{
border-color: #CF214A;
}
</style>