Shades of Brick Red #CF314C
Tints of Brick Red #CF314C
RGB
CMYK
RGB Variations
Color information
#CF314C (or 0xCF314C) is known color: Brick Red. HEX triplet: CF, 31 and 4C. RGB value is (207,49,76). Sum of RGB (Red+Green+Blue) = 207+49+76=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF314C is #30CEB3. Grayscale: #636363. Windows color (decimal): -3198644 or 4993487. OLE color: 4993487.
HSL color Cylindrical-coordinate representation of color #CF314C: hue angle of 349.75º 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 #CF314C is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 76 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.19 |
| HSL | 349.75º | 0.62% | 0.5% | - |
| HSV(B) | 349.75º | 0.76% | 0.81% | - |
| XYZ | 28.13 | 15.98 | 8.44 | - |
| YUV | 99.32 | 114.85 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 76 | 0 | 0.76 | 0.63 | 0.19 | 349.75 | 0.62 | 0.5 |
| Hex | CF | 31 | 4C | 0 | 4C | 3F | 13 | 15E | 3E | 32 |
| Octal | 317 | 61 | 114 | 0 | 114 | 77 | 23 | 536 | 76 | 62 |
| Binary | 11001111 | 110001 | 1001100 | 0 | 1001100 | 111111 | 10011 | 101011110 | 111110 | 110010 |
Color Harmonies of #CF314C
Complementary color
Monochromatic Colors of #CF314C
Black with #CF314C
Text Example
Text Example
White with #CF314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF314C; }
p { color: rgb(207,49,76); }
H1.HeaderClassName
{
color: #CF314C;
}
.AnyTagClassName
{
color: #CF314C;
}
</style>
background-color css
<style>
a { background-color: #CF314C; }
a { background-color: rgb(207,49,76); }
div.DivClassName
{
background-color: #CF314C;
}
.BgClassName
{
background-color: #CF314C;
}
</style>
border-color css
<style>
span { border-color: #CF314C; }
span { border-color: rgb(207,49,76); }
td.TdClassName
{
border-color: #CF314C;
}
.TagClassName
{
border-color: #CF314C;
}
</style>