Shades of Brick Red #CF394B
Tints of Brick Red #CF394B
RGB
CMYK
RGB Variations
Color information
#CF394B (or 0xCF394B) is known color: Brick Red. HEX triplet: CF, 39 and 4B. RGB value is (207,57,75). Sum of RGB (Red+Green+Blue) = 207+57+75=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF394B is #30C6B4. Grayscale: #676767. Windows color (decimal): -3196597 or 4929999. OLE color: 4929999.
HSL color Cylindrical-coordinate representation of color #CF394B: hue angle of 352.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF394B is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 75 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.19 |
| HSL | 352.8º | 0.61% | 0.52% | - |
| HSV(B) | 352.8º | 0.72% | 0.81% | - |
| XYZ | 28.47 | 16.7 | 8.38 | - |
| YUV | 103.9 | 111.7 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 75 | 0 | 0.72 | 0.64 | 0.19 | 352.8 | 0.61 | 0.52 |
| Hex | CF | 39 | 4B | 0 | 48 | 40 | 13 | 161 | 3D | 34 |
| Octal | 317 | 71 | 113 | 0 | 110 | 100 | 23 | 541 | 75 | 64 |
| Binary | 11001111 | 111001 | 1001011 | 0 | 1001000 | 1000000 | 10011 | 101100001 | 111101 | 110100 |
Color Harmonies of #CF394B
Complementary color
Monochromatic Colors of #CF394B
Black with #CF394B
Text Example
Text Example
White with #CF394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF394B; }
p { color: rgb(207,57,75); }
H1.HeaderClassName
{
color: #CF394B;
}
.AnyTagClassName
{
color: #CF394B;
}
</style>
background-color css
<style>
a { background-color: #CF394B; }
a { background-color: rgb(207,57,75); }
div.DivClassName
{
background-color: #CF394B;
}
.BgClassName
{
background-color: #CF394B;
}
</style>
border-color css
<style>
span { border-color: #CF394B; }
span { border-color: rgb(207,57,75); }
td.TdClassName
{
border-color: #CF394B;
}
.TagClassName
{
border-color: #CF394B;
}
</style>