Shades of Brick Red #CF2B4A
Tints of Brick Red #CF2B4A
RGB
CMYK
RGB Variations
Color information
#CF2B4A (or 0xCF2B4A) is known color: Brick Red. HEX triplet: CF, 2B and 4A. RGB value is (207,43,74). Sum of RGB (Red+Green+Blue) = 207+43+74=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2B4A is #30D4B5. Grayscale: #5F5F5F. Windows color (decimal): -3200182 or 4860879. OLE color: 4860879.
HSL color Cylindrical-coordinate representation of color #CF2B4A: hue angle of 348.66º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2B4A is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 74 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.19 |
| HSL | 348.66º | 0.66% | 0.49% | - |
| HSV(B) | 348.66º | 0.79% | 0.81% | - |
| XYZ | 27.83 | 15.49 | 8 | - |
| YUV | 95.57 | 115.83 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 74 | 0 | 0.79 | 0.64 | 0.19 | 348.66 | 0.66 | 0.49 |
| Hex | CF | 2B | 4A | 0 | 4F | 40 | 13 | 15D | 42 | 31 |
| Octal | 317 | 53 | 112 | 0 | 117 | 100 | 23 | 535 | 102 | 61 |
| Binary | 11001111 | 101011 | 1001010 | 0 | 1001111 | 1000000 | 10011 | 101011101 | 1000010 | 110001 |
Color Harmonies of #CF2B4A
Complementary color
Monochromatic Colors of #CF2B4A
Black with #CF2B4A
Text Example
Text Example
White with #CF2B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2B4A; }
p { color: rgb(207,43,74); }
H1.HeaderClassName
{
color: #CF2B4A;
}
.AnyTagClassName
{
color: #CF2B4A;
}
</style>
background-color css
<style>
a { background-color: #CF2B4A; }
a { background-color: rgb(207,43,74); }
div.DivClassName
{
background-color: #CF2B4A;
}
.BgClassName
{
background-color: #CF2B4A;
}
</style>
border-color css
<style>
span { border-color: #CF2B4A; }
span { border-color: rgb(207,43,74); }
td.TdClassName
{
border-color: #CF2B4A;
}
.TagClassName
{
border-color: #CF2B4A;
}
</style>