Shades of Brick Red #CF314D
Tints of Brick Red #CF314D
RGB
CMYK
RGB Variations
Color information
#CF314D (or 0xCF314D) is known color: Brick Red. HEX triplet: CF, 31 and 4D. RGB value is (207,49,77). Sum of RGB (Red+Green+Blue) = 207+49+77=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF314D is #30CEB2. Grayscale: #636363. Windows color (decimal): -3198643 or 5059023. OLE color: 5059023.
HSL color Cylindrical-coordinate representation of color #CF314D: hue angle of 349.37º 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 #CF314D is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 77 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.19 |
| HSL | 349.37º | 0.62% | 0.5% | - |
| HSV(B) | 349.37º | 0.76% | 0.81% | - |
| XYZ | 28.17 | 16 | 8.62 | - |
| YUV | 99.43 | 115.35 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 77 | 0 | 0.76 | 0.63 | 0.19 | 349.37 | 0.62 | 0.5 |
| Hex | CF | 31 | 4D | 0 | 4C | 3F | 13 | 15D | 3E | 32 |
| Octal | 317 | 61 | 115 | 0 | 114 | 77 | 23 | 535 | 76 | 62 |
| Binary | 11001111 | 110001 | 1001101 | 0 | 1001100 | 111111 | 10011 | 101011101 | 111110 | 110010 |
Color Harmonies of #CF314D
Complementary color
Monochromatic Colors of #CF314D
Black with #CF314D
Text Example
Text Example
White with #CF314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF314D; }
p { color: rgb(207,49,77); }
H1.HeaderClassName
{
color: #CF314D;
}
.AnyTagClassName
{
color: #CF314D;
}
</style>
background-color css
<style>
a { background-color: #CF314D; }
a { background-color: rgb(207,49,77); }
div.DivClassName
{
background-color: #CF314D;
}
.BgClassName
{
background-color: #CF314D;
}
</style>
border-color css
<style>
span { border-color: #CF314D; }
span { border-color: rgb(207,49,77); }
td.TdClassName
{
border-color: #CF314D;
}
.TagClassName
{
border-color: #CF314D;
}
</style>