Shades of Brick Red #CF354C
Tints of Brick Red #CF354C
RGB
CMYK
RGB Variations
Color information
#CF354C (or 0xCF354C) is known color: Brick Red. HEX triplet: CF, 35 and 4C. RGB value is (207,53,76). Sum of RGB (Red+Green+Blue) = 207+53+76=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF354C is #30CAB3. Grayscale: #656565. Windows color (decimal): -3197620 or 4994511. OLE color: 4994511.
HSL color Cylindrical-coordinate representation of color #CF354C: hue angle of 351.04º 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 #CF354C is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 76 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.19 |
| HSL | 351.04º | 0.62% | 0.51% | - |
| HSV(B) | 351.04º | 0.74% | 0.81% | - |
| XYZ | 28.31 | 16.33 | 8.5 | - |
| YUV | 101.67 | 113.52 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 76 | 0 | 0.74 | 0.63 | 0.19 | 351.04 | 0.62 | 0.51 |
| Hex | CF | 35 | 4C | 0 | 4A | 3F | 13 | 15F | 3E | 33 |
| Octal | 317 | 65 | 114 | 0 | 112 | 77 | 23 | 537 | 76 | 63 |
| Binary | 11001111 | 110101 | 1001100 | 0 | 1001010 | 111111 | 10011 | 101011111 | 111110 | 110011 |
Color Harmonies of #CF354C
Complementary color
Monochromatic Colors of #CF354C
Black with #CF354C
Text Example
Text Example
White with #CF354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF354C; }
p { color: rgb(207,53,76); }
H1.HeaderClassName
{
color: #CF354C;
}
.AnyTagClassName
{
color: #CF354C;
}
</style>
background-color css
<style>
a { background-color: #CF354C; }
a { background-color: rgb(207,53,76); }
div.DivClassName
{
background-color: #CF354C;
}
.BgClassName
{
background-color: #CF354C;
}
</style>
border-color css
<style>
span { border-color: #CF354C; }
span { border-color: rgb(207,53,76); }
td.TdClassName
{
border-color: #CF354C;
}
.TagClassName
{
border-color: #CF354C;
}
</style>