Shades of Brick Red #CF3947
Tints of Brick Red #CF3947
RGB
CMYK
RGB Variations
Color information
#CF3947 (or 0xCF3947) is known color: Brick Red. HEX triplet: CF, 39 and 47. RGB value is (207,57,71). Sum of RGB (Red+Green+Blue) = 207+57+71=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3947 is #30C6B8. Grayscale: #676767. Windows color (decimal): -3196601 or 4667855. OLE color: 4667855.
HSL color Cylindrical-coordinate representation of color #CF3947: hue angle of 354.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3947 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 71 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.19 |
| HSL | 354.4º | 0.61% | 0.52% | - |
| HSV(B) | 354.4º | 0.72% | 0.81% | - |
| XYZ | 28.33 | 16.65 | 7.68 | - |
| YUV | 103.45 | 109.7 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 71 | 0 | 0.72 | 0.66 | 0.19 | 354.4 | 0.61 | 0.52 |
| Hex | CF | 39 | 47 | 0 | 48 | 42 | 13 | 162 | 3D | 34 |
| Octal | 317 | 71 | 107 | 0 | 110 | 102 | 23 | 542 | 75 | 64 |
| Binary | 11001111 | 111001 | 1000111 | 0 | 1001000 | 1000010 | 10011 | 101100010 | 111101 | 110100 |
Color Harmonies of #CF3947
Complementary color
Monochromatic Colors of #CF3947
Black with #CF3947
Text Example
Text Example
White with #CF3947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3947; }
p { color: rgb(207,57,71); }
H1.HeaderClassName
{
color: #CF3947;
}
.AnyTagClassName
{
color: #CF3947;
}
</style>
background-color css
<style>
a { background-color: #CF3947; }
a { background-color: rgb(207,57,71); }
div.DivClassName
{
background-color: #CF3947;
}
.BgClassName
{
background-color: #CF3947;
}
</style>
border-color css
<style>
span { border-color: #CF3947; }
span { border-color: rgb(207,57,71); }
td.TdClassName
{
border-color: #CF3947;
}
.TagClassName
{
border-color: #CF3947;
}
</style>