Shades of Brick Red #CF354D
Tints of Brick Red #CF354D
RGB
CMYK
RGB Variations
Color information
#CF354D (or 0xCF354D) is known color: Brick Red. HEX triplet: CF, 35 and 4D. RGB value is (207,53,77). Sum of RGB (Red+Green+Blue) = 207+53+77=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF354D is #30CAB2. Grayscale: #656565. Windows color (decimal): -3197619 or 5060047. OLE color: 5060047.
HSL color Cylindrical-coordinate representation of color #CF354D: hue angle of 350.65º 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 #CF354D is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 77 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.19 |
| HSL | 350.65º | 0.62% | 0.51% | - |
| HSV(B) | 350.65º | 0.74% | 0.81% | - |
| XYZ | 28.34 | 16.35 | 8.68 | - |
| YUV | 101.78 | 114.02 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 77 | 0 | 0.74 | 0.63 | 0.19 | 350.65 | 0.62 | 0.51 |
| Hex | CF | 35 | 4D | 0 | 4A | 3F | 13 | 15F | 3E | 33 |
| Octal | 317 | 65 | 115 | 0 | 112 | 77 | 23 | 537 | 76 | 63 |
| Binary | 11001111 | 110101 | 1001101 | 0 | 1001010 | 111111 | 10011 | 101011111 | 111110 | 110011 |
Color Harmonies of #CF354D
Complementary color
Monochromatic Colors of #CF354D
Black with #CF354D
Text Example
Text Example
White with #CF354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF354D; }
p { color: rgb(207,53,77); }
H1.HeaderClassName
{
color: #CF354D;
}
.AnyTagClassName
{
color: #CF354D;
}
</style>
background-color css
<style>
a { background-color: #CF354D; }
a { background-color: rgb(207,53,77); }
div.DivClassName
{
background-color: #CF354D;
}
.BgClassName
{
background-color: #CF354D;
}
</style>
border-color css
<style>
span { border-color: #CF354D; }
span { border-color: rgb(207,53,77); }
td.TdClassName
{
border-color: #CF354D;
}
.TagClassName
{
border-color: #CF354D;
}
</style>