Shades of Brick Red #CF3749
Tints of Brick Red #CF3749
RGB
CMYK
RGB Variations
Color information
#CF3749 (or 0xCF3749) is known color: Brick Red. HEX triplet: CF, 37 and 49. RGB value is (207,55,73). Sum of RGB (Red+Green+Blue) = 207+55+73=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3749 is #30C8B6. Grayscale: #666666. Windows color (decimal): -3197111 or 4798415. OLE color: 4798415.
HSL color Cylindrical-coordinate representation of color #CF3749: hue angle of 352.89º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3749 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 73 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.19 |
| HSL | 352.89º | 0.61% | 0.51% | - |
| HSV(B) | 352.89º | 0.73% | 0.81% | - |
| XYZ | 28.3 | 16.48 | 7.99 | - |
| YUV | 102.5 | 111.36 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 73 | 0 | 0.73 | 0.65 | 0.19 | 352.89 | 0.61 | 0.51 |
| Hex | CF | 37 | 49 | 0 | 49 | 41 | 13 | 161 | 3D | 33 |
| Octal | 317 | 67 | 111 | 0 | 111 | 101 | 23 | 541 | 75 | 63 |
| Binary | 11001111 | 110111 | 1001001 | 0 | 1001001 | 1000001 | 10011 | 101100001 | 111101 | 110011 |
Color Harmonies of #CF3749
Complementary color
Monochromatic Colors of #CF3749
Black with #CF3749
Text Example
Text Example
White with #CF3749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3749; }
p { color: rgb(207,55,73); }
H1.HeaderClassName
{
color: #CF3749;
}
.AnyTagClassName
{
color: #CF3749;
}
</style>
background-color css
<style>
a { background-color: #CF3749; }
a { background-color: rgb(207,55,73); }
div.DivClassName
{
background-color: #CF3749;
}
.BgClassName
{
background-color: #CF3749;
}
</style>
border-color css
<style>
span { border-color: #CF3749; }
span { border-color: rgb(207,55,73); }
td.TdClassName
{
border-color: #CF3749;
}
.TagClassName
{
border-color: #CF3749;
}
</style>