Shades of Brick Red #CF3545
Tints of Brick Red #CF3545
RGB
CMYK
RGB Variations
Color information
#CF3545 (or 0xCF3545) is known color: Brick Red. HEX triplet: CF, 35 and 45. RGB value is (207,53,69). Sum of RGB (Red+Green+Blue) = 207+53+69=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3545 is #30CABA. Grayscale: #646464. Windows color (decimal): -3197627 or 4535759. OLE color: 4535759.
HSL color Cylindrical-coordinate representation of color #CF3545: hue angle of 353.77º degrees, saturation: 0.62, 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 #CF3545 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 69 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.19 |
| HSL | 353.77º | 0.62% | 0.51% | - |
| HSV(B) | 353.77º | 0.74% | 0.81% | - |
| XYZ | 28.08 | 16.24 | 7.29 | - |
| YUV | 100.87 | 110.02 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 69 | 0 | 0.74 | 0.67 | 0.19 | 353.77 | 0.62 | 0.51 |
| Hex | CF | 35 | 45 | 0 | 4A | 43 | 13 | 162 | 3E | 33 |
| Octal | 317 | 65 | 105 | 0 | 112 | 103 | 23 | 542 | 76 | 63 |
| Binary | 11001111 | 110101 | 1000101 | 0 | 1001010 | 1000011 | 10011 | 101100010 | 111110 | 110011 |
Color Harmonies of #CF3545
Complementary color
Monochromatic Colors of #CF3545
Black with #CF3545
Text Example
Text Example
White with #CF3545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3545; }
p { color: rgb(207,53,69); }
H1.HeaderClassName
{
color: #CF3545;
}
.AnyTagClassName
{
color: #CF3545;
}
</style>
background-color css
<style>
a { background-color: #CF3545; }
a { background-color: rgb(207,53,69); }
div.DivClassName
{
background-color: #CF3545;
}
.BgClassName
{
background-color: #CF3545;
}
</style>
border-color css
<style>
span { border-color: #CF3545; }
span { border-color: rgb(207,53,69); }
td.TdClassName
{
border-color: #CF3545;
}
.TagClassName
{
border-color: #CF3545;
}
</style>