Shades of Brick Red #CF3744
Tints of Brick Red #CF3744
RGB
CMYK
RGB Variations
Color information
#CF3744 (or 0xCF3744) is known color: Brick Red. HEX triplet: CF, 37 and 44. RGB value is (207,55,68). Sum of RGB (Red+Green+Blue) = 207+55+68=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3744 is #30C8BB. Grayscale: #666666. Windows color (decimal): -3197116 or 4470735. OLE color: 4470735.
HSL color Cylindrical-coordinate representation of color #CF3744: hue angle of 354.87º 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 #CF3744 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 68 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.19 |
| HSL | 354.87º | 0.61% | 0.51% | - |
| HSV(B) | 354.87º | 0.73% | 0.81% | - |
| XYZ | 28.14 | 16.42 | 7.15 | - |
| YUV | 101.93 | 108.86 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 68 | 0 | 0.73 | 0.67 | 0.19 | 354.87 | 0.61 | 0.51 |
| Hex | CF | 37 | 44 | 0 | 49 | 43 | 13 | 163 | 3D | 33 |
| Octal | 317 | 67 | 104 | 0 | 111 | 103 | 23 | 543 | 75 | 63 |
| Binary | 11001111 | 110111 | 1000100 | 0 | 1001001 | 1000011 | 10011 | 101100011 | 111101 | 110011 |
Color Harmonies of #CF3744
Complementary color
Monochromatic Colors of #CF3744
Black with #CF3744
Text Example
Text Example
White with #CF3744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3744; }
p { color: rgb(207,55,68); }
H1.HeaderClassName
{
color: #CF3744;
}
.AnyTagClassName
{
color: #CF3744;
}
</style>
background-color css
<style>
a { background-color: #CF3744; }
a { background-color: rgb(207,55,68); }
div.DivClassName
{
background-color: #CF3744;
}
.BgClassName
{
background-color: #CF3744;
}
</style>
border-color css
<style>
span { border-color: #CF3744; }
span { border-color: rgb(207,55,68); }
td.TdClassName
{
border-color: #CF3744;
}
.TagClassName
{
border-color: #CF3744;
}
</style>