Shades of Brick Red #CF3245
Tints of Brick Red #CF3245
RGB
CMYK
RGB Variations
Color information
#CF3245 (or 0xCF3245) is known color: Brick Red. HEX triplet: CF, 32 and 45. RGB value is (207,50,69). Sum of RGB (Red+Green+Blue) = 207+50+69=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3245 is #30CDBA. Grayscale: #636363. Windows color (decimal): -3198395 or 4534991. OLE color: 4534991.
HSL color Cylindrical-coordinate representation of color #CF3245: hue angle of 352.74º 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 #CF3245 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 69 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.19 |
| HSL | 352.74º | 0.62% | 0.5% | - |
| HSV(B) | 352.74º | 0.76% | 0.81% | - |
| XYZ | 27.95 | 15.98 | 7.24 | - |
| YUV | 99.11 | 111.01 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 69 | 0 | 0.76 | 0.67 | 0.19 | 352.74 | 0.62 | 0.5 |
| Hex | CF | 32 | 45 | 0 | 4C | 43 | 13 | 161 | 3E | 32 |
| Octal | 317 | 62 | 105 | 0 | 114 | 103 | 23 | 541 | 76 | 62 |
| Binary | 11001111 | 110010 | 1000101 | 0 | 1001100 | 1000011 | 10011 | 101100001 | 111110 | 110010 |
Color Harmonies of #CF3245
Complementary color
Monochromatic Colors of #CF3245
Black with #CF3245
Text Example
Text Example
White with #CF3245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3245; }
p { color: rgb(207,50,69); }
H1.HeaderClassName
{
color: #CF3245;
}
.AnyTagClassName
{
color: #CF3245;
}
</style>
background-color css
<style>
a { background-color: #CF3245; }
a { background-color: rgb(207,50,69); }
div.DivClassName
{
background-color: #CF3245;
}
.BgClassName
{
background-color: #CF3245;
}
</style>
border-color css
<style>
span { border-color: #CF3245; }
span { border-color: rgb(207,50,69); }
td.TdClassName
{
border-color: #CF3245;
}
.TagClassName
{
border-color: #CF3245;
}
</style>