Shades of Brick Red #CF344B
Tints of Brick Red #CF344B
RGB
CMYK
RGB Variations
Color information
#CF344B (or 0xCF344B) is known color: Brick Red. HEX triplet: CF, 34 and 4B. RGB value is (207,52,75). Sum of RGB (Red+Green+Blue) = 207+52+75=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF344B is #30CBB4. Grayscale: #656565. Windows color (decimal): -3197877 or 4928719. OLE color: 4928719.
HSL color Cylindrical-coordinate representation of color #CF344B: hue angle of 351.1º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF344B is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 75 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.19 |
| HSL | 351.1º | 0.62% | 0.51% | - |
| HSV(B) | 351.1º | 0.75% | 0.81% | - |
| XYZ | 28.23 | 16.23 | 8.3 | - |
| YUV | 100.97 | 113.35 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 75 | 0 | 0.75 | 0.64 | 0.19 | 351.1 | 0.62 | 0.51 |
| Hex | CF | 34 | 4B | 0 | 4B | 40 | 13 | 15F | 3E | 33 |
| Octal | 317 | 64 | 113 | 0 | 113 | 100 | 23 | 537 | 76 | 63 |
| Binary | 11001111 | 110100 | 1001011 | 0 | 1001011 | 1000000 | 10011 | 101011111 | 111110 | 110011 |
Color Harmonies of #CF344B
Complementary color
Monochromatic Colors of #CF344B
Black with #CF344B
Text Example
Text Example
White with #CF344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF344B; }
p { color: rgb(207,52,75); }
H1.HeaderClassName
{
color: #CF344B;
}
.AnyTagClassName
{
color: #CF344B;
}
</style>
background-color css
<style>
a { background-color: #CF344B; }
a { background-color: rgb(207,52,75); }
div.DivClassName
{
background-color: #CF344B;
}
.BgClassName
{
background-color: #CF344B;
}
</style>
border-color css
<style>
span { border-color: #CF344B; }
span { border-color: rgb(207,52,75); }
td.TdClassName
{
border-color: #CF344B;
}
.TagClassName
{
border-color: #CF344B;
}
</style>