Shades of Brick Red #CF344A
Tints of Brick Red #CF344A
RGB
CMYK
RGB Variations
Color information
#CF344A (or 0xCF344A) is known color: Brick Red. HEX triplet: CF, 34 and 4A. RGB value is (207,52,74). Sum of RGB (Red+Green+Blue) = 207+52+74=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF344A is #30CBB5. Grayscale: #646464. Windows color (decimal): -3197878 or 4863183. OLE color: 4863183.
HSL color Cylindrical-coordinate representation of color #CF344A: hue angle of 351.48º 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 #CF344A is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 74 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.19 |
| HSL | 351.48º | 0.62% | 0.51% | - |
| HSV(B) | 351.48º | 0.75% | 0.81% | - |
| XYZ | 28.2 | 16.22 | 8.12 | - |
| YUV | 100.85 | 112.85 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 74 | 0 | 0.75 | 0.64 | 0.19 | 351.48 | 0.62 | 0.51 |
| Hex | CF | 34 | 4A | 0 | 4B | 40 | 13 | 15F | 3E | 33 |
| Octal | 317 | 64 | 112 | 0 | 113 | 100 | 23 | 537 | 76 | 63 |
| Binary | 11001111 | 110100 | 1001010 | 0 | 1001011 | 1000000 | 10011 | 101011111 | 111110 | 110011 |
Color Harmonies of #CF344A
Complementary color
Monochromatic Colors of #CF344A
Black with #CF344A
Text Example
Text Example
White with #CF344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF344A; }
p { color: rgb(207,52,74); }
H1.HeaderClassName
{
color: #CF344A;
}
.AnyTagClassName
{
color: #CF344A;
}
</style>
background-color css
<style>
a { background-color: #CF344A; }
a { background-color: rgb(207,52,74); }
div.DivClassName
{
background-color: #CF344A;
}
.BgClassName
{
background-color: #CF344A;
}
</style>
border-color css
<style>
span { border-color: #CF344A; }
span { border-color: rgb(207,52,74); }
td.TdClassName
{
border-color: #CF344A;
}
.TagClassName
{
border-color: #CF344A;
}
</style>