Shades of Brick Red #CF2645
Tints of Brick Red #CF2645
RGB
CMYK
RGB Variations
Color information
#CF2645 (or 0xCF2645) is known color: Brick Red. HEX triplet: CF, 26 and 45. RGB value is (207,38,69). Sum of RGB (Red+Green+Blue) = 207+38+69=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2645 is #30D9BA. Grayscale: #5C5C5C. Windows color (decimal): -3201467 or 4531919. OLE color: 4531919.
HSL color Cylindrical-coordinate representation of color #CF2645: hue angle of 348.99º 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 #CF2645 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 69 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.19 |
| HSL | 348.99º | 0.69% | 0.48% | - |
| HSV(B) | 348.99º | 0.82% | 0.81% | - |
| XYZ | 27.5 | 15.08 | 7.09 | - |
| YUV | 92.07 | 114.99 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 69 | 0 | 0.82 | 0.67 | 0.19 | 348.99 | 0.69 | 0.48 |
| Hex | CF | 26 | 45 | 0 | 52 | 43 | 13 | 15D | 45 | 30 |
| Octal | 317 | 46 | 105 | 0 | 122 | 103 | 23 | 535 | 105 | 60 |
| Binary | 11001111 | 100110 | 1000101 | 0 | 1010010 | 1000011 | 10011 | 101011101 | 1000101 | 110000 |
Color Harmonies of #CF2645
Complementary color
Monochromatic Colors of #CF2645
Black with #CF2645
Text Example
Text Example
White with #CF2645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2645; }
p { color: rgb(207,38,69); }
H1.HeaderClassName
{
color: #CF2645;
}
.AnyTagClassName
{
color: #CF2645;
}
</style>
background-color css
<style>
a { background-color: #CF2645; }
a { background-color: rgb(207,38,69); }
div.DivClassName
{
background-color: #CF2645;
}
.BgClassName
{
background-color: #CF2645;
}
</style>
border-color css
<style>
span { border-color: #CF2645; }
span { border-color: rgb(207,38,69); }
td.TdClassName
{
border-color: #CF2645;
}
.TagClassName
{
border-color: #CF2645;
}
</style>