Shades of Brick Red #CF334B
Tints of Brick Red #CF334B
RGB
CMYK
RGB Variations
Color information
#CF334B (or 0xCF334B) is known color: Brick Red. HEX triplet: CF, 33 and 4B. RGB value is (207,51,75). Sum of RGB (Red+Green+Blue) = 207+51+75=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF334B is #30CCB4. Grayscale: #646464. Windows color (decimal): -3198133 or 4928463. OLE color: 4928463.
HSL color Cylindrical-coordinate representation of color #CF334B: hue angle of 350.77º 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 #CF334B is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 75 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.19 |
| HSL | 350.77º | 0.62% | 0.51% | - |
| HSV(B) | 350.77º | 0.75% | 0.81% | - |
| XYZ | 28.19 | 16.14 | 8.29 | - |
| YUV | 100.38 | 113.68 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 75 | 0 | 0.75 | 0.64 | 0.19 | 350.77 | 0.62 | 0.51 |
| Hex | CF | 33 | 4B | 0 | 4B | 40 | 13 | 15F | 3E | 33 |
| Octal | 317 | 63 | 113 | 0 | 113 | 100 | 23 | 537 | 76 | 63 |
| Binary | 11001111 | 110011 | 1001011 | 0 | 1001011 | 1000000 | 10011 | 101011111 | 111110 | 110011 |
Color Harmonies of #CF334B
Complementary color
Monochromatic Colors of #CF334B
Black with #CF334B
Text Example
Text Example
White with #CF334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF334B; }
p { color: rgb(207,51,75); }
H1.HeaderClassName
{
color: #CF334B;
}
.AnyTagClassName
{
color: #CF334B;
}
</style>
background-color css
<style>
a { background-color: #CF334B; }
a { background-color: rgb(207,51,75); }
div.DivClassName
{
background-color: #CF334B;
}
.BgClassName
{
background-color: #CF334B;
}
</style>
border-color css
<style>
span { border-color: #CF334B; }
span { border-color: rgb(207,51,75); }
td.TdClassName
{
border-color: #CF334B;
}
.TagClassName
{
border-color: #CF334B;
}
</style>