Shades of Brick Red #CF384D
Tints of Brick Red #CF384D
RGB
CMYK
RGB Variations
Color information
#CF384D (or 0xCF384D) is known color: Brick Red. HEX triplet: CF, 38 and 4D. RGB value is (207,56,77). Sum of RGB (Red+Green+Blue) = 207+56+77=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF384D is #30C7B2. Grayscale: #676767. Windows color (decimal): -3196851 or 5060815. OLE color: 5060815.
HSL color Cylindrical-coordinate representation of color #CF384D: hue angle of 351.66º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF384D is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 77 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.19 |
| HSL | 351.66º | 0.61% | 0.52% | - |
| HSV(B) | 351.66º | 0.73% | 0.81% | - |
| XYZ | 28.49 | 16.63 | 8.73 | - |
| YUV | 103.54 | 113.03 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 77 | 0 | 0.73 | 0.63 | 0.19 | 351.66 | 0.61 | 0.52 |
| Hex | CF | 38 | 4D | 0 | 49 | 3F | 13 | 160 | 3D | 34 |
| Octal | 317 | 70 | 115 | 0 | 111 | 77 | 23 | 540 | 75 | 64 |
| Binary | 11001111 | 111000 | 1001101 | 0 | 1001001 | 111111 | 10011 | 101100000 | 111101 | 110100 |
Color Harmonies of #CF384D
Complementary color
Monochromatic Colors of #CF384D
Black with #CF384D
Text Example
Text Example
White with #CF384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF384D; }
p { color: rgb(207,56,77); }
H1.HeaderClassName
{
color: #CF384D;
}
.AnyTagClassName
{
color: #CF384D;
}
</style>
background-color css
<style>
a { background-color: #CF384D; }
a { background-color: rgb(207,56,77); }
div.DivClassName
{
background-color: #CF384D;
}
.BgClassName
{
background-color: #CF384D;
}
</style>
border-color css
<style>
span { border-color: #CF384D; }
span { border-color: rgb(207,56,77); }
td.TdClassName
{
border-color: #CF384D;
}
.TagClassName
{
border-color: #CF384D;
}
</style>