Shades of Brick Red #CF274C
Tints of Brick Red #CF274C
RGB
CMYK
RGB Variations
Color information
#CF274C (or 0xCF274C) is known color: Brick Red. HEX triplet: CF, 27 and 4C. RGB value is (207,39,76). Sum of RGB (Red+Green+Blue) = 207+39+76=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF274C is #30D8B3. Grayscale: #5D5D5D. Windows color (decimal): -3201204 or 4990927. OLE color: 4990927.
HSL color Cylindrical-coordinate representation of color #CF274C: hue angle of 346.79º 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 #CF274C is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 76 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.19 |
| HSL | 346.79º | 0.68% | 0.48% | - |
| HSV(B) | 346.79º | 0.81% | 0.81% | - |
| XYZ | 27.76 | 15.24 | 8.32 | - |
| YUV | 93.45 | 118.16 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 76 | 0 | 0.81 | 0.63 | 0.19 | 346.79 | 0.68 | 0.48 |
| Hex | CF | 27 | 4C | 0 | 51 | 3F | 13 | 15B | 44 | 30 |
| Octal | 317 | 47 | 114 | 0 | 121 | 77 | 23 | 533 | 104 | 60 |
| Binary | 11001111 | 100111 | 1001100 | 0 | 1010001 | 111111 | 10011 | 101011011 | 1000100 | 110000 |
Color Harmonies of #CF274C
Complementary color
Monochromatic Colors of #CF274C
Black with #CF274C
Text Example
Text Example
White with #CF274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF274C; }
p { color: rgb(207,39,76); }
H1.HeaderClassName
{
color: #CF274C;
}
.AnyTagClassName
{
color: #CF274C;
}
</style>
background-color css
<style>
a { background-color: #CF274C; }
a { background-color: rgb(207,39,76); }
div.DivClassName
{
background-color: #CF274C;
}
.BgClassName
{
background-color: #CF274C;
}
</style>
border-color css
<style>
span { border-color: #CF274C; }
span { border-color: rgb(207,39,76); }
td.TdClassName
{
border-color: #CF274C;
}
.TagClassName
{
border-color: #CF274C;
}
</style>