Shades of Brick Red #CF3A4A
Tints of Brick Red #CF3A4A
RGB
CMYK
RGB Variations
Color information
#CF3A4A (or 0xCF3A4A) is known color: Brick Red. HEX triplet: CF, 3A and 4A. RGB value is (207,58,74). Sum of RGB (Red+Green+Blue) = 207+58+74=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A4A is #30C5B5. Grayscale: #686868. Windows color (decimal): -3196342 or 4864719. OLE color: 4864719.
HSL color Cylindrical-coordinate representation of color #CF3A4A: hue angle of 353.56º 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 #CF3A4A is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 74 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.19 |
| HSL | 353.56º | 0.61% | 0.52% | - |
| HSV(B) | 353.56º | 0.72% | 0.81% | - |
| XYZ | 28.48 | 16.79 | 8.22 | - |
| YUV | 104.38 | 110.86 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 74 | 0 | 0.72 | 0.64 | 0.19 | 353.56 | 0.61 | 0.52 |
| Hex | CF | 3A | 4A | 0 | 48 | 40 | 13 | 162 | 3D | 34 |
| Octal | 317 | 72 | 112 | 0 | 110 | 100 | 23 | 542 | 75 | 64 |
| Binary | 11001111 | 111010 | 1001010 | 0 | 1001000 | 1000000 | 10011 | 101100010 | 111101 | 110100 |
Color Harmonies of #CF3A4A
Complementary color
Monochromatic Colors of #CF3A4A
Black with #CF3A4A
Text Example
Text Example
White with #CF3A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A4A; }
p { color: rgb(207,58,74); }
H1.HeaderClassName
{
color: #CF3A4A;
}
.AnyTagClassName
{
color: #CF3A4A;
}
</style>
background-color css
<style>
a { background-color: #CF3A4A; }
a { background-color: rgb(207,58,74); }
div.DivClassName
{
background-color: #CF3A4A;
}
.BgClassName
{
background-color: #CF3A4A;
}
</style>
border-color css
<style>
span { border-color: #CF3A4A; }
span { border-color: rgb(207,58,74); }
td.TdClassName
{
border-color: #CF3A4A;
}
.TagClassName
{
border-color: #CF3A4A;
}
</style>