Shades of Brick Red #CF3C4A
Tints of Brick Red #CF3C4A
RGB
CMYK
RGB Variations
Color information
#CF3C4A (or 0xCF3C4A) is known color: Brick Red. HEX triplet: CF, 3C and 4A. RGB value is (207,60,74). Sum of RGB (Red+Green+Blue) = 207+60+74=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3C4A is #30C3B5. Grayscale: #696969. Windows color (decimal): -3195830 or 4865231. OLE color: 4865231.
HSL color Cylindrical-coordinate representation of color #CF3C4A: hue angle of 354.29º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3C4A is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 74 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.19 |
| HSL | 354.29º | 0.6% | 0.52% | - |
| HSV(B) | 354.29º | 0.71% | 0.81% | - |
| XYZ | 28.58 | 16.99 | 8.25 | - |
| YUV | 105.55 | 110.2 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 74 | 0 | 0.71 | 0.64 | 0.19 | 354.29 | 0.6 | 0.52 |
| Hex | CF | 3C | 4A | 0 | 47 | 40 | 13 | 162 | 3C | 34 |
| Octal | 317 | 74 | 112 | 0 | 107 | 100 | 23 | 542 | 74 | 64 |
| Binary | 11001111 | 111100 | 1001010 | 0 | 1000111 | 1000000 | 10011 | 101100010 | 111100 | 110100 |
Color Harmonies of #CF3C4A
Complementary color
Monochromatic Colors of #CF3C4A
Black with #CF3C4A
Text Example
Text Example
White with #CF3C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C4A; }
p { color: rgb(207,60,74); }
H1.HeaderClassName
{
color: #CF3C4A;
}
.AnyTagClassName
{
color: #CF3C4A;
}
</style>
background-color css
<style>
a { background-color: #CF3C4A; }
a { background-color: rgb(207,60,74); }
div.DivClassName
{
background-color: #CF3C4A;
}
.BgClassName
{
background-color: #CF3C4A;
}
</style>
border-color css
<style>
span { border-color: #CF3C4A; }
span { border-color: rgb(207,60,74); }
td.TdClassName
{
border-color: #CF3C4A;
}
.TagClassName
{
border-color: #CF3C4A;
}
</style>