Shades of Brick Red #CF2941
Tints of Brick Red #CF2941
RGB
CMYK
RGB Variations
Color information
#CF2941 (or 0xCF2941) is known color: Brick Red. HEX triplet: CF, 29 and 41. RGB value is (207,41,65). Sum of RGB (Red+Green+Blue) = 207+41+65=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2941 is #30D6BE. Grayscale: #5D5D5D. Windows color (decimal): -3200703 or 4270543. OLE color: 4270543.
HSL color Cylindrical-coordinate representation of color #CF2941: hue angle of 351.33º degrees, saturation: 0.67, 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 #CF2941 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 65 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.19 |
| HSL | 351.33º | 0.67% | 0.49% | - |
| HSV(B) | 351.33º | 0.8% | 0.81% | - |
| XYZ | 27.48 | 15.23 | 6.49 | - |
| YUV | 93.37 | 112 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 65 | 0 | 0.80 | 0.69 | 0.19 | 351.33 | 0.67 | 0.49 |
| Hex | CF | 29 | 41 | 0 | 50 | 45 | 13 | 15F | 43 | 31 |
| Octal | 317 | 51 | 101 | 0 | 120 | 105 | 23 | 537 | 103 | 61 |
| Binary | 11001111 | 101001 | 1000001 | 0 | 1010000 | 1000101 | 10011 | 101011111 | 1000011 | 110001 |
Color Harmonies of #CF2941
Complementary color
Monochromatic Colors of #CF2941
Black with #CF2941
Text Example
Text Example
White with #CF2941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2941; }
p { color: rgb(207,41,65); }
H1.HeaderClassName
{
color: #CF2941;
}
.AnyTagClassName
{
color: #CF2941;
}
</style>
background-color css
<style>
a { background-color: #CF2941; }
a { background-color: rgb(207,41,65); }
div.DivClassName
{
background-color: #CF2941;
}
.BgClassName
{
background-color: #CF2941;
}
</style>
border-color css
<style>
span { border-color: #CF2941; }
span { border-color: rgb(207,41,65); }
td.TdClassName
{
border-color: #CF2941;
}
.TagClassName
{
border-color: #CF2941;
}
</style>