Shades of Brick Red #CF2640
Tints of Brick Red #CF2640
RGB
CMYK
RGB Variations
Color information
#CF2640 (or 0xCF2640) is known color: Brick Red. HEX triplet: CF, 26 and 40. RGB value is (207,38,64). Sum of RGB (Red+Green+Blue) = 207+38+64=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2640 is #30D9BF. Grayscale: #5B5B5B. Windows color (decimal): -3201472 or 4204239. OLE color: 4204239.
HSL color Cylindrical-coordinate representation of color #CF2640: hue angle of 350.77º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2640 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 64 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.19 |
| HSL | 350.77º | 0.69% | 0.48% | - |
| HSV(B) | 350.77º | 0.82% | 0.81% | - |
| XYZ | 27.35 | 15.02 | 6.31 | - |
| YUV | 91.5 | 112.49 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 64 | 0 | 0.82 | 0.69 | 0.19 | 350.77 | 0.69 | 0.48 |
| Hex | CF | 26 | 40 | 0 | 52 | 45 | 13 | 15F | 45 | 30 |
| Octal | 317 | 46 | 100 | 0 | 122 | 105 | 23 | 537 | 105 | 60 |
| Binary | 11001111 | 100110 | 1000000 | 0 | 1010010 | 1000101 | 10011 | 101011111 | 1000101 | 110000 |
Color Harmonies of #CF2640
Complementary color
Monochromatic Colors of #CF2640
Black with #CF2640
Text Example
Text Example
White with #CF2640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2640; }
p { color: rgb(207,38,64); }
H1.HeaderClassName
{
color: #CF2640;
}
.AnyTagClassName
{
color: #CF2640;
}
</style>
background-color css
<style>
a { background-color: #CF2640; }
a { background-color: rgb(207,38,64); }
div.DivClassName
{
background-color: #CF2640;
}
.BgClassName
{
background-color: #CF2640;
}
</style>
border-color css
<style>
span { border-color: #CF2640; }
span { border-color: rgb(207,38,64); }
td.TdClassName
{
border-color: #CF2640;
}
.TagClassName
{
border-color: #CF2640;
}
</style>