Shades of Brick Red #CF3145
Tints of Brick Red #CF3145
RGB
CMYK
RGB Variations
Color information
#CF3145 (or 0xCF3145) is known color: Brick Red. HEX triplet: CF, 31 and 45. RGB value is (207,49,69). Sum of RGB (Red+Green+Blue) = 207+49+69=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3145 is #30CEBA. Grayscale: #626262. Windows color (decimal): -3198651 or 4534735. OLE color: 4534735.
HSL color Cylindrical-coordinate representation of color #CF3145: hue angle of 352.41º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3145 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 69 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.19 |
| HSL | 352.41º | 0.62% | 0.5% | - |
| HSV(B) | 352.41º | 0.76% | 0.81% | - |
| XYZ | 27.9 | 15.89 | 7.23 | - |
| YUV | 98.52 | 111.35 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 69 | 0 | 0.76 | 0.67 | 0.19 | 352.41 | 0.62 | 0.5 |
| Hex | CF | 31 | 45 | 0 | 4C | 43 | 13 | 160 | 3E | 32 |
| Octal | 317 | 61 | 105 | 0 | 114 | 103 | 23 | 540 | 76 | 62 |
| Binary | 11001111 | 110001 | 1000101 | 0 | 1001100 | 1000011 | 10011 | 101100000 | 111110 | 110010 |
Color Harmonies of #CF3145
Complementary color
Monochromatic Colors of #CF3145
Black with #CF3145
Text Example
Text Example
White with #CF3145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3145; }
p { color: rgb(207,49,69); }
H1.HeaderClassName
{
color: #CF3145;
}
.AnyTagClassName
{
color: #CF3145;
}
</style>
background-color css
<style>
a { background-color: #CF3145; }
a { background-color: rgb(207,49,69); }
div.DivClassName
{
background-color: #CF3145;
}
.BgClassName
{
background-color: #CF3145;
}
</style>
border-color css
<style>
span { border-color: #CF3145; }
span { border-color: rgb(207,49,69); }
td.TdClassName
{
border-color: #CF3145;
}
.TagClassName
{
border-color: #CF3145;
}
</style>