Shades of Brick Red #CF314B
Tints of Brick Red #CF314B
RGB
CMYK
RGB Variations
Color information
#CF314B (or 0xCF314B) is known color: Brick Red. HEX triplet: CF, 31 and 4B. RGB value is (207,49,75). Sum of RGB (Red+Green+Blue) = 207+49+75=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF314B is #30CEB4. Grayscale: #636363. Windows color (decimal): -3198645 or 4927951. OLE color: 4927951.
HSL color Cylindrical-coordinate representation of color #CF314B: hue angle of 350.13º 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 #CF314B is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 75 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.19 |
| HSL | 350.13º | 0.62% | 0.5% | - |
| HSV(B) | 350.13º | 0.76% | 0.81% | - |
| XYZ | 28.1 | 15.97 | 8.26 | - |
| YUV | 99.21 | 114.35 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 75 | 0 | 0.76 | 0.64 | 0.19 | 350.13 | 0.62 | 0.5 |
| Hex | CF | 31 | 4B | 0 | 4C | 40 | 13 | 15E | 3E | 32 |
| Octal | 317 | 61 | 113 | 0 | 114 | 100 | 23 | 536 | 76 | 62 |
| Binary | 11001111 | 110001 | 1001011 | 0 | 1001100 | 1000000 | 10011 | 101011110 | 111110 | 110010 |
Color Harmonies of #CF314B
Complementary color
Monochromatic Colors of #CF314B
Black with #CF314B
Text Example
Text Example
White with #CF314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF314B; }
p { color: rgb(207,49,75); }
H1.HeaderClassName
{
color: #CF314B;
}
.AnyTagClassName
{
color: #CF314B;
}
</style>
background-color css
<style>
a { background-color: #CF314B; }
a { background-color: rgb(207,49,75); }
div.DivClassName
{
background-color: #CF314B;
}
.BgClassName
{
background-color: #CF314B;
}
</style>
border-color css
<style>
span { border-color: #CF314B; }
span { border-color: rgb(207,49,75); }
td.TdClassName
{
border-color: #CF314B;
}
.TagClassName
{
border-color: #CF314B;
}
</style>