Shades of Brick Red #CF3C4C
Tints of Brick Red #CF3C4C
RGB
CMYK
RGB Variations
Color information
#CF3C4C (or 0xCF3C4C) is known color: Brick Red. HEX triplet: CF, 3C and 4C. RGB value is (207,60,76). Sum of RGB (Red+Green+Blue) = 207+60+76=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3C4C is #30C3B3. Grayscale: #696969. Windows color (decimal): -3195828 or 4996303. OLE color: 4996303.
HSL color Cylindrical-coordinate representation of color #CF3C4C: hue angle of 353.47º 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 #CF3C4C is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 76 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.19 |
| HSL | 353.47º | 0.6% | 0.52% | - |
| HSV(B) | 353.47º | 0.71% | 0.81% | - |
| XYZ | 28.65 | 17.02 | 8.61 | - |
| YUV | 105.78 | 111.2 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 76 | 0 | 0.71 | 0.63 | 0.19 | 353.47 | 0.6 | 0.52 |
| Hex | CF | 3C | 4C | 0 | 47 | 3F | 13 | 161 | 3C | 34 |
| Octal | 317 | 74 | 114 | 0 | 107 | 77 | 23 | 541 | 74 | 64 |
| Binary | 11001111 | 111100 | 1001100 | 0 | 1000111 | 111111 | 10011 | 101100001 | 111100 | 110100 |
Color Harmonies of #CF3C4C
Complementary color
Monochromatic Colors of #CF3C4C
Black with #CF3C4C
Text Example
Text Example
White with #CF3C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C4C; }
p { color: rgb(207,60,76); }
H1.HeaderClassName
{
color: #CF3C4C;
}
.AnyTagClassName
{
color: #CF3C4C;
}
</style>
background-color css
<style>
a { background-color: #CF3C4C; }
a { background-color: rgb(207,60,76); }
div.DivClassName
{
background-color: #CF3C4C;
}
.BgClassName
{
background-color: #CF3C4C;
}
</style>
border-color css
<style>
span { border-color: #CF3C4C; }
span { border-color: rgb(207,60,76); }
td.TdClassName
{
border-color: #CF3C4C;
}
.TagClassName
{
border-color: #CF3C4C;
}
</style>