Shades of Brick Red #CF3546
Tints of Brick Red #CF3546
RGB
CMYK
RGB Variations
Color information
#CF3546 (or 0xCF3546) is known color: Brick Red. HEX triplet: CF, 35 and 46. RGB value is (207,53,70). Sum of RGB (Red+Green+Blue) = 207+53+70=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3546 is #30CAB9. Grayscale: #656565. Windows color (decimal): -3197626 or 4601295. OLE color: 4601295.
HSL color Cylindrical-coordinate representation of color #CF3546: hue angle of 353.38º 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 #CF3546 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 70 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.19 |
| HSL | 353.38º | 0.62% | 0.51% | - |
| HSV(B) | 353.38º | 0.74% | 0.81% | - |
| XYZ | 28.11 | 16.25 | 7.45 | - |
| YUV | 100.98 | 110.52 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 70 | 0 | 0.74 | 0.66 | 0.19 | 353.38 | 0.62 | 0.51 |
| Hex | CF | 35 | 46 | 0 | 4A | 42 | 13 | 161 | 3E | 33 |
| Octal | 317 | 65 | 106 | 0 | 112 | 102 | 23 | 541 | 76 | 63 |
| Binary | 11001111 | 110101 | 1000110 | 0 | 1001010 | 1000010 | 10011 | 101100001 | 111110 | 110011 |
Color Harmonies of #CF3546
Complementary color
Monochromatic Colors of #CF3546
Black with #CF3546
Text Example
Text Example
White with #CF3546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3546; }
p { color: rgb(207,53,70); }
H1.HeaderClassName
{
color: #CF3546;
}
.AnyTagClassName
{
color: #CF3546;
}
</style>
background-color css
<style>
a { background-color: #CF3546; }
a { background-color: rgb(207,53,70); }
div.DivClassName
{
background-color: #CF3546;
}
.BgClassName
{
background-color: #CF3546;
}
</style>
border-color css
<style>
span { border-color: #CF3546; }
span { border-color: rgb(207,53,70); }
td.TdClassName
{
border-color: #CF3546;
}
.TagClassName
{
border-color: #CF3546;
}
</style>