Shades of Brick Red #CF2738
Tints of Brick Red #CF2738
RGB
CMYK
RGB Variations
Color information
#CF2738 (or 0xCF2738) is known color: Brick Red. HEX triplet: CF, 27 and 38. RGB value is (207,39,56). Sum of RGB (Red+Green+Blue) = 207+39+56=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2738 is #30D8C7. Grayscale: #5B5B5B. Windows color (decimal): -3201224 or 3680207. OLE color: 3680207.
HSL color Cylindrical-coordinate representation of color #CF2738: hue angle of 353.93º 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 #CF2738 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 56 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.19 |
| HSL | 353.93º | 0.68% | 0.48% | - |
| HSV(B) | 353.93º | 0.81% | 0.81% | - |
| XYZ | 27.17 | 15 | 5.2 | - |
| YUV | 91.17 | 108.16 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 56 | 0 | 0.81 | 0.73 | 0.19 | 353.93 | 0.68 | 0.48 |
| Hex | CF | 27 | 38 | 0 | 51 | 49 | 13 | 162 | 44 | 30 |
| Octal | 317 | 47 | 70 | 0 | 121 | 111 | 23 | 542 | 104 | 60 |
| Binary | 11001111 | 100111 | 111000 | 0 | 1010001 | 1001001 | 10011 | 101100010 | 1000100 | 110000 |
Color Harmonies of #CF2738
Complementary color
Monochromatic Colors of #CF2738
Black with #CF2738
Text Example
Text Example
White with #CF2738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2738; }
p { color: rgb(207,39,56); }
H1.HeaderClassName
{
color: #CF2738;
}
.AnyTagClassName
{
color: #CF2738;
}
</style>
background-color css
<style>
a { background-color: #CF2738; }
a { background-color: rgb(207,39,56); }
div.DivClassName
{
background-color: #CF2738;
}
.BgClassName
{
background-color: #CF2738;
}
</style>
border-color css
<style>
span { border-color: #CF2738; }
span { border-color: rgb(207,39,56); }
td.TdClassName
{
border-color: #CF2738;
}
.TagClassName
{
border-color: #CF2738;
}
</style>