Shades of Brick Red #CF2246
Tints of Brick Red #CF2246
RGB
CMYK
RGB Variations
Color information
#CF2246 (or 0xCF2246) is known color: Brick Red. HEX triplet: CF, 22 and 46. RGB value is (207,34,70). Sum of RGB (Red+Green+Blue) = 207+34+70=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2246 is #30DDB9. Grayscale: #595959. Windows color (decimal): -3202490 or 4596431. OLE color: 4596431.
HSL color Cylindrical-coordinate representation of color #CF2246: hue angle of 347.51º degrees, saturation: 0.72, 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 #CF2246 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 70 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.19 |
| HSL | 347.51º | 0.72% | 0.47% | - |
| HSV(B) | 347.51º | 0.84% | 0.81% | - |
| XYZ | 27.41 | 14.85 | 7.22 | - |
| YUV | 89.83 | 116.81 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 70 | 0 | 0.84 | 0.66 | 0.19 | 347.51 | 0.72 | 0.47 |
| Hex | CF | 22 | 46 | 0 | 54 | 42 | 13 | 15C | 48 | 2F |
| Octal | 317 | 42 | 106 | 0 | 124 | 102 | 23 | 534 | 110 | 57 |
| Binary | 11001111 | 100010 | 1000110 | 0 | 1010100 | 1000010 | 10011 | 101011100 | 1001000 | 101111 |
Color Harmonies of #CF2246
Complementary color
Monochromatic Colors of #CF2246
Black with #CF2246
Text Example
Text Example
White with #CF2246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2246; }
p { color: rgb(207,34,70); }
H1.HeaderClassName
{
color: #CF2246;
}
.AnyTagClassName
{
color: #CF2246;
}
</style>
background-color css
<style>
a { background-color: #CF2246; }
a { background-color: rgb(207,34,70); }
div.DivClassName
{
background-color: #CF2246;
}
.BgClassName
{
background-color: #CF2246;
}
</style>
border-color css
<style>
span { border-color: #CF2246; }
span { border-color: rgb(207,34,70); }
td.TdClassName
{
border-color: #CF2246;
}
.TagClassName
{
border-color: #CF2246;
}
</style>