Shades of Brick Red #CF3547
Tints of Brick Red #CF3547
RGB
CMYK
RGB Variations
Color information
#CF3547 (or 0xCF3547) is known color: Brick Red. HEX triplet: CF, 35 and 47. RGB value is (207,53,71). Sum of RGB (Red+Green+Blue) = 207+53+71=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3547 is #30CAB8. Grayscale: #656565. Windows color (decimal): -3197625 or 4666831. OLE color: 4666831.
HSL color Cylindrical-coordinate representation of color #CF3547: hue angle of 352.99º degrees, saturation: 0.62, 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 #CF3547 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 71 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.19 |
| HSL | 352.99º | 0.62% | 0.51% | - |
| HSV(B) | 352.99º | 0.74% | 0.81% | - |
| XYZ | 28.14 | 16.27 | 7.62 | - |
| YUV | 101.1 | 111.02 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 71 | 0 | 0.74 | 0.66 | 0.19 | 352.99 | 0.62 | 0.51 |
| Hex | CF | 35 | 47 | 0 | 4A | 42 | 13 | 161 | 3E | 33 |
| Octal | 317 | 65 | 107 | 0 | 112 | 102 | 23 | 541 | 76 | 63 |
| Binary | 11001111 | 110101 | 1000111 | 0 | 1001010 | 1000010 | 10011 | 101100001 | 111110 | 110011 |
Color Harmonies of #CF3547
Complementary color
Monochromatic Colors of #CF3547
Black with #CF3547
Text Example
Text Example
White with #CF3547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3547; }
p { color: rgb(207,53,71); }
H1.HeaderClassName
{
color: #CF3547;
}
.AnyTagClassName
{
color: #CF3547;
}
</style>
background-color css
<style>
a { background-color: #CF3547; }
a { background-color: rgb(207,53,71); }
div.DivClassName
{
background-color: #CF3547;
}
.BgClassName
{
background-color: #CF3547;
}
</style>
border-color css
<style>
span { border-color: #CF3547; }
span { border-color: rgb(207,53,71); }
td.TdClassName
{
border-color: #CF3547;
}
.TagClassName
{
border-color: #CF3547;
}
</style>