Shades of Brick Red #CF3D4C
Tints of Brick Red #CF3D4C
RGB
CMYK
RGB Variations
Color information
#CF3D4C (or 0xCF3D4C) is known color: Brick Red. HEX triplet: CF, 3D and 4C. RGB value is (207,61,76). Sum of RGB (Red+Green+Blue) = 207+61+76=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3D4C is #30C2B3. Grayscale: #6A6A6A. Windows color (decimal): -3195572 or 4996559. OLE color: 4996559.
HSL color Cylindrical-coordinate representation of color #CF3D4C: hue angle of 353.84º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3D4C is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 61 | 76 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.19 |
| HSL | 353.84º | 0.6% | 0.53% | - |
| HSV(B) | 353.84º | 0.71% | 0.81% | - |
| XYZ | 28.71 | 17.12 | 8.63 | - |
| YUV | 106.36 | 110.87 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 76 | 0 | 0.71 | 0.63 | 0.19 | 353.84 | 0.6 | 0.53 |
| Hex | CF | 3D | 4C | 0 | 47 | 3F | 13 | 162 | 3C | 35 |
| Octal | 317 | 75 | 114 | 0 | 107 | 77 | 23 | 542 | 74 | 65 |
| Binary | 11001111 | 111101 | 1001100 | 0 | 1000111 | 111111 | 10011 | 101100010 | 111100 | 110101 |
Color Harmonies of #CF3D4C
Complementary color
Monochromatic Colors of #CF3D4C
Black with #CF3D4C
Text Example
Text Example
White with #CF3D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3D4C; }
p { color: rgb(207,61,76); }
H1.HeaderClassName
{
color: #CF3D4C;
}
.AnyTagClassName
{
color: #CF3D4C;
}
</style>
background-color css
<style>
a { background-color: #CF3D4C; }
a { background-color: rgb(207,61,76); }
div.DivClassName
{
background-color: #CF3D4C;
}
.BgClassName
{
background-color: #CF3D4C;
}
</style>
border-color css
<style>
span { border-color: #CF3D4C; }
span { border-color: rgb(207,61,76); }
td.TdClassName
{
border-color: #CF3D4C;
}
.TagClassName
{
border-color: #CF3D4C;
}
</style>