Shades of Brick Red #CF2841
Tints of Brick Red #CF2841
RGB
CMYK
RGB Variations
Color information
#CF2841 (or 0xCF2841) is known color: Brick Red. HEX triplet: CF, 28 and 41. RGB value is (207,40,65). Sum of RGB (Red+Green+Blue) = 207+40+65=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2841 is #30D7BE. Grayscale: #5C5C5C. Windows color (decimal): -3200959 or 4270287. OLE color: 4270287.
HSL color Cylindrical-coordinate representation of color #CF2841: hue angle of 351.02º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2841 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 40 | 65 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.19 |
| HSL | 351.02º | 0.68% | 0.48% | - |
| HSV(B) | 351.02º | 0.81% | 0.81% | - |
| XYZ | 27.45 | 15.16 | 6.48 | - |
| YUV | 92.78 | 112.33 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 65 | 0 | 0.81 | 0.69 | 0.19 | 351.02 | 0.68 | 0.48 |
| Hex | CF | 28 | 41 | 0 | 51 | 45 | 13 | 15F | 44 | 30 |
| Octal | 317 | 50 | 101 | 0 | 121 | 105 | 23 | 537 | 104 | 60 |
| Binary | 11001111 | 101000 | 1000001 | 0 | 1010001 | 1000101 | 10011 | 101011111 | 1000100 | 110000 |
Color Harmonies of #CF2841
Complementary color
Monochromatic Colors of #CF2841
Black with #CF2841
Text Example
Text Example
White with #CF2841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2841; }
p { color: rgb(207,40,65); }
H1.HeaderClassName
{
color: #CF2841;
}
.AnyTagClassName
{
color: #CF2841;
}
</style>
background-color css
<style>
a { background-color: #CF2841; }
a { background-color: rgb(207,40,65); }
div.DivClassName
{
background-color: #CF2841;
}
.BgClassName
{
background-color: #CF2841;
}
</style>
border-color css
<style>
span { border-color: #CF2841; }
span { border-color: rgb(207,40,65); }
td.TdClassName
{
border-color: #CF2841;
}
.TagClassName
{
border-color: #CF2841;
}
</style>