Shades of Brick Red #CF2146
Tints of Brick Red #CF2146
RGB
CMYK
RGB Variations
Color information
#CF2146 (or 0xCF2146) is known color: Brick Red. HEX triplet: CF, 21 and 46. RGB value is (207,33,70). Sum of RGB (Red+Green+Blue) = 207+33+70=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2146 is #30DEB9. Grayscale: #595959. Windows color (decimal): -3202746 or 4596175. OLE color: 4596175.
HSL color Cylindrical-coordinate representation of color #CF2146: hue angle of 347.24º 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 #CF2146 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 70 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.19 |
| HSL | 347.24º | 0.73% | 0.47% | - |
| HSV(B) | 347.24º | 0.84% | 0.81% | - |
| XYZ | 27.38 | 14.8 | 7.21 | - |
| YUV | 89.24 | 117.15 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 70 | 0 | 0.84 | 0.66 | 0.19 | 347.24 | 0.73 | 0.47 |
| Hex | CF | 21 | 46 | 0 | 54 | 42 | 13 | 15B | 48 | 2F |
| Octal | 317 | 41 | 106 | 0 | 124 | 102 | 23 | 533 | 110 | 57 |
| Binary | 11001111 | 100001 | 1000110 | 0 | 1010100 | 1000010 | 10011 | 101011011 | 1001000 | 101111 |
Color Harmonies of #CF2146
Complementary color
Monochromatic Colors of #CF2146
Black with #CF2146
Text Example
Text Example
White with #CF2146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2146; }
p { color: rgb(207,33,70); }
H1.HeaderClassName
{
color: #CF2146;
}
.AnyTagClassName
{
color: #CF2146;
}
</style>
background-color css
<style>
a { background-color: #CF2146; }
a { background-color: rgb(207,33,70); }
div.DivClassName
{
background-color: #CF2146;
}
.BgClassName
{
background-color: #CF2146;
}
</style>
border-color css
<style>
span { border-color: #CF2146; }
span { border-color: rgb(207,33,70); }
td.TdClassName
{
border-color: #CF2146;
}
.TagClassName
{
border-color: #CF2146;
}
</style>