Shades of Brick Red #CF3647
Tints of Brick Red #CF3647
RGB
CMYK
RGB Variations
Color information
#CF3647 (or 0xCF3647) is known color: Brick Red. HEX triplet: CF, 36 and 47. RGB value is (207,54,71). Sum of RGB (Red+Green+Blue) = 207+54+71=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3647 is #30C9B8. Grayscale: #656565. Windows color (decimal): -3197369 or 4667087. OLE color: 4667087.
HSL color Cylindrical-coordinate representation of color #CF3647: hue angle of 353.33º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3647 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 71 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.19 |
| HSL | 353.33º | 0.61% | 0.51% | - |
| HSV(B) | 353.33º | 0.74% | 0.81% | - |
| XYZ | 28.19 | 16.36 | 7.63 | - |
| YUV | 101.69 | 110.69 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 71 | 0 | 0.74 | 0.66 | 0.19 | 353.33 | 0.61 | 0.51 |
| Hex | CF | 36 | 47 | 0 | 4A | 42 | 13 | 161 | 3D | 33 |
| Octal | 317 | 66 | 107 | 0 | 112 | 102 | 23 | 541 | 75 | 63 |
| Binary | 11001111 | 110110 | 1000111 | 0 | 1001010 | 1000010 | 10011 | 101100001 | 111101 | 110011 |
Color Harmonies of #CF3647
Complementary color
Monochromatic Colors of #CF3647
Black with #CF3647
Text Example
Text Example
White with #CF3647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3647; }
p { color: rgb(207,54,71); }
H1.HeaderClassName
{
color: #CF3647;
}
.AnyTagClassName
{
color: #CF3647;
}
</style>
background-color css
<style>
a { background-color: #CF3647; }
a { background-color: rgb(207,54,71); }
div.DivClassName
{
background-color: #CF3647;
}
.BgClassName
{
background-color: #CF3647;
}
</style>
border-color css
<style>
span { border-color: #CF3647; }
span { border-color: rgb(207,54,71); }
td.TdClassName
{
border-color: #CF3647;
}
.TagClassName
{
border-color: #CF3647;
}
</style>