Shades of Brick Red #CF3A4E
Tints of Brick Red #CF3A4E
RGB
CMYK
RGB Variations
Color information
#CF3A4E (or 0xCF3A4E) is known color: Brick Red. HEX triplet: CF, 3A and 4E. RGB value is (207,58,78). Sum of RGB (Red+Green+Blue) = 207+58+78=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3A4E is #30C5B1. Grayscale: #686868. Windows color (decimal): -3196338 or 5126863. OLE color: 5126863.
HSL color Cylindrical-coordinate representation of color #CF3A4E: hue angle of 351.95º 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 #CF3A4E is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 78 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.19 |
| HSL | 351.95º | 0.61% | 0.52% | - |
| HSV(B) | 351.95º | 0.72% | 0.81% | - |
| XYZ | 28.62 | 16.84 | 8.95 | - |
| YUV | 104.83 | 112.86 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 78 | 0 | 0.72 | 0.62 | 0.19 | 351.95 | 0.61 | 0.52 |
| Hex | CF | 3A | 4E | 0 | 48 | 3E | 13 | 160 | 3D | 34 |
| Octal | 317 | 72 | 116 | 0 | 110 | 76 | 23 | 540 | 75 | 64 |
| Binary | 11001111 | 111010 | 1001110 | 0 | 1001000 | 111110 | 10011 | 101100000 | 111101 | 110100 |
Color Harmonies of #CF3A4E
Complementary color
Monochromatic Colors of #CF3A4E
Black with #CF3A4E
Text Example
Text Example
White with #CF3A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A4E; }
p { color: rgb(207,58,78); }
H1.HeaderClassName
{
color: #CF3A4E;
}
.AnyTagClassName
{
color: #CF3A4E;
}
</style>
background-color css
<style>
a { background-color: #CF3A4E; }
a { background-color: rgb(207,58,78); }
div.DivClassName
{
background-color: #CF3A4E;
}
.BgClassName
{
background-color: #CF3A4E;
}
</style>
border-color css
<style>
span { border-color: #CF3A4E; }
span { border-color: rgb(207,58,78); }
td.TdClassName
{
border-color: #CF3A4E;
}
.TagClassName
{
border-color: #CF3A4E;
}
</style>