Shades of Brick Red #CF3241
Tints of Brick Red #CF3241
RGB
CMYK
RGB Variations
Color information
#CF3241 (or 0xCF3241) is known color: Brick Red. HEX triplet: CF, 32 and 41. RGB value is (207,50,65). Sum of RGB (Red+Green+Blue) = 207+50+65=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3241 is #30CDBE. Grayscale: #626262. Windows color (decimal): -3198399 or 4272847. OLE color: 4272847.
HSL color Cylindrical-coordinate representation of color #CF3241: hue angle of 354.27º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3241 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 65 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.19 |
| HSL | 354.27º | 0.62% | 0.5% | - |
| HSV(B) | 354.27º | 0.76% | 0.81% | - |
| XYZ | 27.83 | 15.93 | 6.61 | - |
| YUV | 98.65 | 109.01 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 65 | 0 | 0.76 | 0.69 | 0.19 | 354.27 | 0.62 | 0.5 |
| Hex | CF | 32 | 41 | 0 | 4C | 45 | 13 | 162 | 3E | 32 |
| Octal | 317 | 62 | 101 | 0 | 114 | 105 | 23 | 542 | 76 | 62 |
| Binary | 11001111 | 110010 | 1000001 | 0 | 1001100 | 1000101 | 10011 | 101100010 | 111110 | 110010 |
Color Harmonies of #CF3241
Complementary color
Monochromatic Colors of #CF3241
Black with #CF3241
Text Example
Text Example
White with #CF3241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3241; }
p { color: rgb(207,50,65); }
H1.HeaderClassName
{
color: #CF3241;
}
.AnyTagClassName
{
color: #CF3241;
}
</style>
background-color css
<style>
a { background-color: #CF3241; }
a { background-color: rgb(207,50,65); }
div.DivClassName
{
background-color: #CF3241;
}
.BgClassName
{
background-color: #CF3241;
}
</style>
border-color css
<style>
span { border-color: #CF3241; }
span { border-color: rgb(207,50,65); }
td.TdClassName
{
border-color: #CF3241;
}
.TagClassName
{
border-color: #CF3241;
}
</style>