Shades of Brick Red #CF344D
Tints of Brick Red #CF344D
RGB
CMYK
RGB Variations
Color information
#CF344D (or 0xCF344D) is known color: Brick Red. HEX triplet: CF, 34 and 4D. RGB value is (207,52,77). Sum of RGB (Red+Green+Blue) = 207+52+77=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF344D is #30CBB2. Grayscale: #656565. Windows color (decimal): -3197875 or 5059791. OLE color: 5059791.
HSL color Cylindrical-coordinate representation of color #CF344D: hue angle of 350.32º 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 #CF344D is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 77 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.19 |
| HSL | 350.32º | 0.62% | 0.51% | - |
| HSV(B) | 350.32º | 0.75% | 0.81% | - |
| XYZ | 28.3 | 16.26 | 8.67 | - |
| YUV | 101.2 | 114.35 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 77 | 0 | 0.75 | 0.63 | 0.19 | 350.32 | 0.62 | 0.51 |
| Hex | CF | 34 | 4D | 0 | 4B | 3F | 13 | 15E | 3E | 33 |
| Octal | 317 | 64 | 115 | 0 | 113 | 77 | 23 | 536 | 76 | 63 |
| Binary | 11001111 | 110100 | 1001101 | 0 | 1001011 | 111111 | 10011 | 101011110 | 111110 | 110011 |
Color Harmonies of #CF344D
Complementary color
Monochromatic Colors of #CF344D
Black with #CF344D
Text Example
Text Example
White with #CF344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF344D; }
p { color: rgb(207,52,77); }
H1.HeaderClassName
{
color: #CF344D;
}
.AnyTagClassName
{
color: #CF344D;
}
</style>
background-color css
<style>
a { background-color: #CF344D; }
a { background-color: rgb(207,52,77); }
div.DivClassName
{
background-color: #CF344D;
}
.BgClassName
{
background-color: #CF344D;
}
</style>
border-color css
<style>
span { border-color: #CF344D; }
span { border-color: rgb(207,52,77); }
td.TdClassName
{
border-color: #CF344D;
}
.TagClassName
{
border-color: #CF344D;
}
</style>