Shades of Brick Red #CF384C
Tints of Brick Red #CF384C
RGB
CMYK
RGB Variations
Color information
#CF384C (or 0xCF384C) is known color: Brick Red. HEX triplet: CF, 38 and 4C. RGB value is (207,56,76). Sum of RGB (Red+Green+Blue) = 207+56+76=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF384C is #30C7B3. Grayscale: #676767. Windows color (decimal): -3196852 or 4995279. OLE color: 4995279.
HSL color Cylindrical-coordinate representation of color #CF384C: hue angle of 352.05º 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 #CF384C is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 76 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.19 |
| HSL | 352.05º | 0.61% | 0.52% | - |
| HSV(B) | 352.05º | 0.73% | 0.81% | - |
| XYZ | 28.45 | 16.62 | 8.55 | - |
| YUV | 103.43 | 112.53 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 76 | 0 | 0.73 | 0.63 | 0.19 | 352.05 | 0.61 | 0.52 |
| Hex | CF | 38 | 4C | 0 | 49 | 3F | 13 | 160 | 3D | 34 |
| Octal | 317 | 70 | 114 | 0 | 111 | 77 | 23 | 540 | 75 | 64 |
| Binary | 11001111 | 111000 | 1001100 | 0 | 1001001 | 111111 | 10011 | 101100000 | 111101 | 110100 |
Color Harmonies of #CF384C
Complementary color
Monochromatic Colors of #CF384C
Black with #CF384C
Text Example
Text Example
White with #CF384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF384C; }
p { color: rgb(207,56,76); }
H1.HeaderClassName
{
color: #CF384C;
}
.AnyTagClassName
{
color: #CF384C;
}
</style>
background-color css
<style>
a { background-color: #CF384C; }
a { background-color: rgb(207,56,76); }
div.DivClassName
{
background-color: #CF384C;
}
.BgClassName
{
background-color: #CF384C;
}
</style>
border-color css
<style>
span { border-color: #CF384C; }
span { border-color: rgb(207,56,76); }
td.TdClassName
{
border-color: #CF384C;
}
.TagClassName
{
border-color: #CF384C;
}
</style>