Shades of Brick Red #CF334D
Tints of Brick Red #CF334D
RGB
CMYK
RGB Variations
Color information
#CF334D (or 0xCF334D) is known color: Brick Red. HEX triplet: CF, 33 and 4D. RGB value is (207,51,77). Sum of RGB (Red+Green+Blue) = 207+51+77=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF334D is #30CCB2. Grayscale: #646464. Windows color (decimal): -3198131 or 5059535. OLE color: 5059535.
HSL color Cylindrical-coordinate representation of color #CF334D: hue angle of 350º 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 #CF334D is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 77 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.19 |
| HSL | 350º | 0.62% | 0.51% | - |
| HSV(B) | 350º | 0.75% | 0.81% | - |
| XYZ | 28.26 | 16.17 | 8.65 | - |
| YUV | 100.61 | 114.68 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 77 | 0 | 0.75 | 0.63 | 0.19 | 350 | 0.62 | 0.51 |
| Hex | CF | 33 | 4D | 0 | 4B | 3F | 13 | 15E | 3E | 33 |
| Octal | 317 | 63 | 115 | 0 | 113 | 77 | 23 | 536 | 76 | 63 |
| Binary | 11001111 | 110011 | 1001101 | 0 | 1001011 | 111111 | 10011 | 101011110 | 111110 | 110011 |
Color Harmonies of #CF334D
Complementary color
Monochromatic Colors of #CF334D
Black with #CF334D
Text Example
Text Example
White with #CF334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF334D; }
p { color: rgb(207,51,77); }
H1.HeaderClassName
{
color: #CF334D;
}
.AnyTagClassName
{
color: #CF334D;
}
</style>
background-color css
<style>
a { background-color: #CF334D; }
a { background-color: rgb(207,51,77); }
div.DivClassName
{
background-color: #CF334D;
}
.BgClassName
{
background-color: #CF334D;
}
</style>
border-color css
<style>
span { border-color: #CF334D; }
span { border-color: rgb(207,51,77); }
td.TdClassName
{
border-color: #CF334D;
}
.TagClassName
{
border-color: #CF334D;
}
</style>