Shades of Brick Red #CF2247
Tints of Brick Red #CF2247
RGB
CMYK
RGB Variations
Color information
#CF2247 (or 0xCF2247) is known color: Brick Red. HEX triplet: CF, 22 and 47. RGB value is (207,34,71). Sum of RGB (Red+Green+Blue) = 207+34+71=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2247 is #30DDB8. Grayscale: #595959. Windows color (decimal): -3202489 or 4661967. OLE color: 4661967.
HSL color Cylindrical-coordinate representation of color #CF2247: hue angle of 347.17º 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 #CF2247 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 71 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.19 |
| HSL | 347.17º | 0.72% | 0.47% | - |
| HSV(B) | 347.17º | 0.84% | 0.81% | - |
| XYZ | 27.44 | 14.86 | 7.38 | - |
| YUV | 89.95 | 117.31 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 71 | 0 | 0.84 | 0.66 | 0.19 | 347.17 | 0.72 | 0.47 |
| Hex | CF | 22 | 47 | 0 | 54 | 42 | 13 | 15B | 48 | 2F |
| Octal | 317 | 42 | 107 | 0 | 124 | 102 | 23 | 533 | 110 | 57 |
| Binary | 11001111 | 100010 | 1000111 | 0 | 1010100 | 1000010 | 10011 | 101011011 | 1001000 | 101111 |
Color Harmonies of #CF2247
Complementary color
Monochromatic Colors of #CF2247
Black with #CF2247
Text Example
Text Example
White with #CF2247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2247; }
p { color: rgb(207,34,71); }
H1.HeaderClassName
{
color: #CF2247;
}
.AnyTagClassName
{
color: #CF2247;
}
</style>
background-color css
<style>
a { background-color: #CF2247; }
a { background-color: rgb(207,34,71); }
div.DivClassName
{
background-color: #CF2247;
}
.BgClassName
{
background-color: #CF2247;
}
</style>
border-color css
<style>
span { border-color: #CF2247; }
span { border-color: rgb(207,34,71); }
td.TdClassName
{
border-color: #CF2247;
}
.TagClassName
{
border-color: #CF2247;
}
</style>