Shades of Brick Red #CF2A3A
Tints of Brick Red #CF2A3A
RGB
CMYK
RGB Variations
Color information
#CF2A3A (or 0xCF2A3A) is known color: Brick Red. HEX triplet: CF, 2A and 3A. RGB value is (207,42,58). Sum of RGB (Red+Green+Blue) = 207+42+58=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2A3A is #30D5C5. Grayscale: #5D5D5D. Windows color (decimal): -3200454 or 3812047. OLE color: 3812047.
HSL color Cylindrical-coordinate representation of color #CF2A3A: hue angle of 354.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2A3A is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 58 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.19 |
| HSL | 354.18º | 0.66% | 0.49% | - |
| HSV(B) | 354.18º | 0.8% | 0.81% | - |
| XYZ | 27.32 | 15.23 | 5.5 | - |
| YUV | 93.16 | 108.16 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 58 | 0 | 0.80 | 0.72 | 0.19 | 354.18 | 0.66 | 0.49 |
| Hex | CF | 2A | 3A | 0 | 50 | 48 | 13 | 162 | 42 | 31 |
| Octal | 317 | 52 | 72 | 0 | 120 | 110 | 23 | 542 | 102 | 61 |
| Binary | 11001111 | 101010 | 111010 | 0 | 1010000 | 1001000 | 10011 | 101100010 | 1000010 | 110001 |
Color Harmonies of #CF2A3A
Complementary color
Monochromatic Colors of #CF2A3A
Black with #CF2A3A
Text Example
Text Example
White with #CF2A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2A3A; }
p { color: rgb(207,42,58); }
H1.HeaderClassName
{
color: #CF2A3A;
}
.AnyTagClassName
{
color: #CF2A3A;
}
</style>
background-color css
<style>
a { background-color: #CF2A3A; }
a { background-color: rgb(207,42,58); }
div.DivClassName
{
background-color: #CF2A3A;
}
.BgClassName
{
background-color: #CF2A3A;
}
</style>
border-color css
<style>
span { border-color: #CF2A3A; }
span { border-color: rgb(207,42,58); }
td.TdClassName
{
border-color: #CF2A3A;
}
.TagClassName
{
border-color: #CF2A3A;
}
</style>