Shades of Brick Red #CF364E
Tints of Brick Red #CF364E
RGB
CMYK
RGB Variations
Color information
#CF364E (or 0xCF364E) is known color: Brick Red. HEX triplet: CF, 36 and 4E. RGB value is (207,54,78). Sum of RGB (Red+Green+Blue) = 207+54+78=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF364E is #30C9B1. Grayscale: #666666. Windows color (decimal): -3197362 or 5125839. OLE color: 5125839.
HSL color Cylindrical-coordinate representation of color #CF364E: hue angle of 350.59º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF364E is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 78 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.19 |
| HSL | 350.59º | 0.61% | 0.51% | - |
| HSV(B) | 350.59º | 0.74% | 0.81% | - |
| XYZ | 28.43 | 16.45 | 8.89 | - |
| YUV | 102.48 | 114.19 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 78 | 0 | 0.74 | 0.62 | 0.19 | 350.59 | 0.61 | 0.51 |
| Hex | CF | 36 | 4E | 0 | 4A | 3E | 13 | 15F | 3D | 33 |
| Octal | 317 | 66 | 116 | 0 | 112 | 76 | 23 | 537 | 75 | 63 |
| Binary | 11001111 | 110110 | 1001110 | 0 | 1001010 | 111110 | 10011 | 101011111 | 111101 | 110011 |
Color Harmonies of #CF364E
Complementary color
Monochromatic Colors of #CF364E
Black with #CF364E
Text Example
Text Example
White with #CF364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF364E; }
p { color: rgb(207,54,78); }
H1.HeaderClassName
{
color: #CF364E;
}
.AnyTagClassName
{
color: #CF364E;
}
</style>
background-color css
<style>
a { background-color: #CF364E; }
a { background-color: rgb(207,54,78); }
div.DivClassName
{
background-color: #CF364E;
}
.BgClassName
{
background-color: #CF364E;
}
</style>
border-color css
<style>
span { border-color: #CF364E; }
span { border-color: rgb(207,54,78); }
td.TdClassName
{
border-color: #CF364E;
}
.TagClassName
{
border-color: #CF364E;
}
</style>