Shades of Brick Red #CF3148
Tints of Brick Red #CF3148
RGB
CMYK
RGB Variations
Color information
#CF3148 (or 0xCF3148) is known color: Brick Red. HEX triplet: CF, 31 and 48. RGB value is (207,49,72). Sum of RGB (Red+Green+Blue) = 207+49+72=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3148 is #30CEB7. Grayscale: #626262. Windows color (decimal): -3198648 or 4731343. OLE color: 4731343.
HSL color Cylindrical-coordinate representation of color #CF3148: hue angle of 351.27º 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 #CF3148 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 72 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.19 |
| HSL | 351.27º | 0.62% | 0.5% | - |
| HSV(B) | 351.27º | 0.76% | 0.81% | - |
| XYZ | 28 | 15.93 | 7.73 | - |
| YUV | 98.86 | 112.85 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 72 | 0 | 0.76 | 0.65 | 0.19 | 351.27 | 0.62 | 0.5 |
| Hex | CF | 31 | 48 | 0 | 4C | 41 | 13 | 15F | 3E | 32 |
| Octal | 317 | 61 | 110 | 0 | 114 | 101 | 23 | 537 | 76 | 62 |
| Binary | 11001111 | 110001 | 1001000 | 0 | 1001100 | 1000001 | 10011 | 101011111 | 111110 | 110010 |
Color Harmonies of #CF3148
Complementary color
Monochromatic Colors of #CF3148
Black with #CF3148
Text Example
Text Example
White with #CF3148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3148; }
p { color: rgb(207,49,72); }
H1.HeaderClassName
{
color: #CF3148;
}
.AnyTagClassName
{
color: #CF3148;
}
</style>
background-color css
<style>
a { background-color: #CF3148; }
a { background-color: rgb(207,49,72); }
div.DivClassName
{
background-color: #CF3148;
}
.BgClassName
{
background-color: #CF3148;
}
</style>
border-color css
<style>
span { border-color: #CF3148; }
span { border-color: rgb(207,49,72); }
td.TdClassName
{
border-color: #CF3148;
}
.TagClassName
{
border-color: #CF3148;
}
</style>