Shades of Brick Red #CF3047
Tints of Brick Red #CF3047
RGB
CMYK
RGB Variations
Color information
#CF3047 (or 0xCF3047) is known color: Brick Red. HEX triplet: CF, 30 and 47. RGB value is (207,48,71). Sum of RGB (Red+Green+Blue) = 207+48+71=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3047 is #30CFB8. Grayscale: #626262. Windows color (decimal): -3198905 or 4665551. OLE color: 4665551.
HSL color Cylindrical-coordinate representation of color #CF3047: hue angle of 351.32º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF3047 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 71 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.19 |
| HSL | 351.32º | 0.62% | 0.5% | - |
| HSV(B) | 351.32º | 0.77% | 0.81% | - |
| XYZ | 27.93 | 15.83 | 7.55 | - |
| YUV | 98.16 | 112.68 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 71 | 0 | 0.77 | 0.66 | 0.19 | 351.32 | 0.62 | 0.5 |
| Hex | CF | 30 | 47 | 0 | 4D | 42 | 13 | 15F | 3E | 32 |
| Octal | 317 | 60 | 107 | 0 | 115 | 102 | 23 | 537 | 76 | 62 |
| Binary | 11001111 | 110000 | 1000111 | 0 | 1001101 | 1000010 | 10011 | 101011111 | 111110 | 110010 |
Color Harmonies of #CF3047
Complementary color
Monochromatic Colors of #CF3047
Black with #CF3047
Text Example
Text Example
White with #CF3047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3047; }
p { color: rgb(207,48,71); }
H1.HeaderClassName
{
color: #CF3047;
}
.AnyTagClassName
{
color: #CF3047;
}
</style>
background-color css
<style>
a { background-color: #CF3047; }
a { background-color: rgb(207,48,71); }
div.DivClassName
{
background-color: #CF3047;
}
.BgClassName
{
background-color: #CF3047;
}
</style>
border-color css
<style>
span { border-color: #CF3047; }
span { border-color: rgb(207,48,71); }
td.TdClassName
{
border-color: #CF3047;
}
.TagClassName
{
border-color: #CF3047;
}
</style>