Shades of Brick Red #CF2544
Tints of Brick Red #CF2544
RGB
CMYK
RGB Variations
Color information
#CF2544 (or 0xCF2544) is known color: Brick Red. HEX triplet: CF, 25 and 44. RGB value is (207,37,68). Sum of RGB (Red+Green+Blue) = 207+37+68=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2544 is #30DABB. Grayscale: #5B5B5B. Windows color (decimal): -3201724 or 4466127. OLE color: 4466127.
HSL color Cylindrical-coordinate representation of color #CF2544: hue angle of 349.06º degrees, saturation: 0.7, 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 #CF2544 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 68 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.19 |
| HSL | 349.06º | 0.7% | 0.48% | - |
| HSV(B) | 349.06º | 0.82% | 0.81% | - |
| XYZ | 27.44 | 15.01 | 6.92 | - |
| YUV | 91.36 | 114.82 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 68 | 0 | 0.82 | 0.67 | 0.19 | 349.06 | 0.7 | 0.48 |
| Hex | CF | 25 | 44 | 0 | 52 | 43 | 13 | 15D | 46 | 30 |
| Octal | 317 | 45 | 104 | 0 | 122 | 103 | 23 | 535 | 106 | 60 |
| Binary | 11001111 | 100101 | 1000100 | 0 | 1010010 | 1000011 | 10011 | 101011101 | 1000110 | 110000 |
Color Harmonies of #CF2544
Complementary color
Monochromatic Colors of #CF2544
Black with #CF2544
Text Example
Text Example
White with #CF2544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2544; }
p { color: rgb(207,37,68); }
H1.HeaderClassName
{
color: #CF2544;
}
.AnyTagClassName
{
color: #CF2544;
}
</style>
background-color css
<style>
a { background-color: #CF2544; }
a { background-color: rgb(207,37,68); }
div.DivClassName
{
background-color: #CF2544;
}
.BgClassName
{
background-color: #CF2544;
}
</style>
border-color css
<style>
span { border-color: #CF2544; }
span { border-color: rgb(207,37,68); }
td.TdClassName
{
border-color: #CF2544;
}
.TagClassName
{
border-color: #CF2544;
}
</style>