Shades of Brick Red #CF384E
Tints of Brick Red #CF384E
RGB
CMYK
RGB Variations
Color information
#CF384E (or 0xCF384E) is known color: Brick Red. HEX triplet: CF, 38 and 4E. RGB value is (207,56,78). Sum of RGB (Red+Green+Blue) = 207+56+78=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF384E is #30C7B1. Grayscale: #676767. Windows color (decimal): -3196850 or 5126351. OLE color: 5126351.
HSL color Cylindrical-coordinate representation of color #CF384E: hue angle of 351.26º 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 #CF384E is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 78 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.19 |
| HSL | 351.26º | 0.61% | 0.52% | - |
| HSV(B) | 351.26º | 0.73% | 0.81% | - |
| XYZ | 28.52 | 16.64 | 8.92 | - |
| YUV | 103.66 | 113.53 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 78 | 0 | 0.73 | 0.62 | 0.19 | 351.26 | 0.61 | 0.52 |
| Hex | CF | 38 | 4E | 0 | 49 | 3E | 13 | 15F | 3D | 34 |
| Octal | 317 | 70 | 116 | 0 | 111 | 76 | 23 | 537 | 75 | 64 |
| Binary | 11001111 | 111000 | 1001110 | 0 | 1001001 | 111110 | 10011 | 101011111 | 111101 | 110100 |
Color Harmonies of #CF384E
Complementary color
Monochromatic Colors of #CF384E
Black with #CF384E
Text Example
Text Example
White with #CF384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF384E; }
p { color: rgb(207,56,78); }
H1.HeaderClassName
{
color: #CF384E;
}
.AnyTagClassName
{
color: #CF384E;
}
</style>
background-color css
<style>
a { background-color: #CF384E; }
a { background-color: rgb(207,56,78); }
div.DivClassName
{
background-color: #CF384E;
}
.BgClassName
{
background-color: #CF384E;
}
</style>
border-color css
<style>
span { border-color: #CF384E; }
span { border-color: rgb(207,56,78); }
td.TdClassName
{
border-color: #CF384E;
}
.TagClassName
{
border-color: #CF384E;
}
</style>