Shades of Brick Red #CF3847
Tints of Brick Red #CF3847
RGB
CMYK
RGB Variations
Color information
#CF3847 (or 0xCF3847) is known color: Brick Red. HEX triplet: CF, 38 and 47. RGB value is (207,56,71). Sum of RGB (Red+Green+Blue) = 207+56+71=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3847 is #30C7B8. Grayscale: #666666. Windows color (decimal): -3196857 or 4667599. OLE color: 4667599.
HSL color Cylindrical-coordinate representation of color #CF3847: hue angle of 354.04º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3847 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 71 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.19 |
| HSL | 354.04º | 0.61% | 0.52% | - |
| HSV(B) | 354.04º | 0.73% | 0.81% | - |
| XYZ | 28.28 | 16.55 | 7.66 | - |
| YUV | 102.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 71 | 0 | 0.73 | 0.66 | 0.19 | 354.04 | 0.61 | 0.52 |
| Hex | CF | 38 | 47 | 0 | 49 | 42 | 13 | 162 | 3D | 34 |
| Octal | 317 | 70 | 107 | 0 | 111 | 102 | 23 | 542 | 75 | 64 |
| Binary | 11001111 | 111000 | 1000111 | 0 | 1001001 | 1000010 | 10011 | 101100010 | 111101 | 110100 |
Color Harmonies of #CF3847
Complementary color
Monochromatic Colors of #CF3847
Black with #CF3847
Text Example
Text Example
White with #CF3847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3847; }
p { color: rgb(207,56,71); }
H1.HeaderClassName
{
color: #CF3847;
}
.AnyTagClassName
{
color: #CF3847;
}
</style>
background-color css
<style>
a { background-color: #CF3847; }
a { background-color: rgb(207,56,71); }
div.DivClassName
{
background-color: #CF3847;
}
.BgClassName
{
background-color: #CF3847;
}
</style>
border-color css
<style>
span { border-color: #CF3847; }
span { border-color: rgb(207,56,71); }
td.TdClassName
{
border-color: #CF3847;
}
.TagClassName
{
border-color: #CF3847;
}
</style>