Shades of Brick Red #CF3147
Tints of Brick Red #CF3147
RGB
CMYK
RGB Variations
Color information
#CF3147 (or 0xCF3147) is known color: Brick Red. HEX triplet: CF, 31 and 47. RGB value is (207,49,71). Sum of RGB (Red+Green+Blue) = 207+49+71=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3147 is #30CEB8. Grayscale: #626262. Windows color (decimal): -3198649 or 4665807. OLE color: 4665807.
HSL color Cylindrical-coordinate representation of color #CF3147: hue angle of 351.65º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3147 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 71 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.19 |
| HSL | 351.65º | 0.62% | 0.5% | - |
| HSV(B) | 351.65º | 0.76% | 0.81% | - |
| XYZ | 27.97 | 15.92 | 7.56 | - |
| YUV | 98.75 | 112.35 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 71 | 0 | 0.76 | 0.66 | 0.19 | 351.65 | 0.62 | 0.5 |
| Hex | CF | 31 | 47 | 0 | 4C | 42 | 13 | 160 | 3E | 32 |
| Octal | 317 | 61 | 107 | 0 | 114 | 102 | 23 | 540 | 76 | 62 |
| Binary | 11001111 | 110001 | 1000111 | 0 | 1001100 | 1000010 | 10011 | 101100000 | 111110 | 110010 |
Color Harmonies of #CF3147
Complementary color
Monochromatic Colors of #CF3147
Black with #CF3147
Text Example
Text Example
White with #CF3147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3147; }
p { color: rgb(207,49,71); }
H1.HeaderClassName
{
color: #CF3147;
}
.AnyTagClassName
{
color: #CF3147;
}
</style>
background-color css
<style>
a { background-color: #CF3147; }
a { background-color: rgb(207,49,71); }
div.DivClassName
{
background-color: #CF3147;
}
.BgClassName
{
background-color: #CF3147;
}
</style>
border-color css
<style>
span { border-color: #CF3147; }
span { border-color: rgb(207,49,71); }
td.TdClassName
{
border-color: #CF3147;
}
.TagClassName
{
border-color: #CF3147;
}
</style>