Shades of Brick Red #CF334A
Tints of Brick Red #CF334A
RGB
CMYK
RGB Variations
Color information
#CF334A (or 0xCF334A) is known color: Brick Red. HEX triplet: CF, 33 and 4A. RGB value is (207,51,74). Sum of RGB (Red+Green+Blue) = 207+51+74=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF334A is #30CCB5. Grayscale: #646464. Windows color (decimal): -3198134 or 4862927. OLE color: 4862927.
HSL color Cylindrical-coordinate representation of color #CF334A: hue angle of 351.15º 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 #CF334A is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 74 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.19 |
| HSL | 351.15º | 0.62% | 0.51% | - |
| HSV(B) | 351.15º | 0.75% | 0.81% | - |
| XYZ | 28.15 | 16.13 | 8.11 | - |
| YUV | 100.27 | 113.18 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 74 | 0 | 0.75 | 0.64 | 0.19 | 351.15 | 0.62 | 0.51 |
| Hex | CF | 33 | 4A | 0 | 4B | 40 | 13 | 15F | 3E | 33 |
| Octal | 317 | 63 | 112 | 0 | 113 | 100 | 23 | 537 | 76 | 63 |
| Binary | 11001111 | 110011 | 1001010 | 0 | 1001011 | 1000000 | 10011 | 101011111 | 111110 | 110011 |
Color Harmonies of #CF334A
Complementary color
Monochromatic Colors of #CF334A
Black with #CF334A
Text Example
Text Example
White with #CF334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF334A; }
p { color: rgb(207,51,74); }
H1.HeaderClassName
{
color: #CF334A;
}
.AnyTagClassName
{
color: #CF334A;
}
</style>
background-color css
<style>
a { background-color: #CF334A; }
a { background-color: rgb(207,51,74); }
div.DivClassName
{
background-color: #CF334A;
}
.BgClassName
{
background-color: #CF334A;
}
</style>
border-color css
<style>
span { border-color: #CF334A; }
span { border-color: rgb(207,51,74); }
td.TdClassName
{
border-color: #CF334A;
}
.TagClassName
{
border-color: #CF334A;
}
</style>