Shades of Brick Red #CF4149
Tints of Brick Red #CF4149
RGB
CMYK
RGB Variations
Color information
#CF4149 (or 0xCF4149) is known color: Brick Red. HEX triplet: CF, 41 and 49. RGB value is (207,65,73). Sum of RGB (Red+Green+Blue) = 207+65+73=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4149 is #30BEB6. Grayscale: #6C6C6C. Windows color (decimal): -3194551 or 4800975. OLE color: 4800975.
HSL color Cylindrical-coordinate representation of color #CF4149: hue angle of 356.62º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4149 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 73 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.19 |
| HSL | 356.62º | 0.6% | 0.53% | - |
| HSV(B) | 356.62º | 0.69% | 0.81% | - |
| XYZ | 28.83 | 17.53 | 8.17 | - |
| YUV | 108.37 | 108.04 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 73 | 0 | 0.69 | 0.65 | 0.19 | 356.62 | 0.6 | 0.53 |
| Hex | CF | 41 | 49 | 0 | 45 | 41 | 13 | 165 | 3C | 35 |
| Octal | 317 | 101 | 111 | 0 | 105 | 101 | 23 | 545 | 74 | 65 |
| Binary | 11001111 | 1000001 | 1001001 | 0 | 1000101 | 1000001 | 10011 | 101100101 | 111100 | 110101 |
Color Harmonies of #CF4149
Complementary color
Monochromatic Colors of #CF4149
Black with #CF4149
Text Example
Text Example
White with #CF4149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4149; }
p { color: rgb(207,65,73); }
H1.HeaderClassName
{
color: #CF4149;
}
.AnyTagClassName
{
color: #CF4149;
}
</style>
background-color css
<style>
a { background-color: #CF4149; }
a { background-color: rgb(207,65,73); }
div.DivClassName
{
background-color: #CF4149;
}
.BgClassName
{
background-color: #CF4149;
}
</style>
border-color css
<style>
span { border-color: #CF4149; }
span { border-color: rgb(207,65,73); }
td.TdClassName
{
border-color: #CF4149;
}
.TagClassName
{
border-color: #CF4149;
}
</style>