Shades of Brick Red #CF3542
Tints of Brick Red #CF3542
RGB
CMYK
RGB Variations
Color information
#CF3542 (or 0xCF3542) is known color: Brick Red. HEX triplet: CF, 35 and 42. RGB value is (207,53,66). Sum of RGB (Red+Green+Blue) = 207+53+66=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3542 is #30CABD. Grayscale: #646464. Windows color (decimal): -3197630 or 4339151. OLE color: 4339151.
HSL color Cylindrical-coordinate representation of color #CF3542: hue angle of 354.94º 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 #CF3542 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 66 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.19 |
| HSL | 354.94º | 0.62% | 0.51% | - |
| HSV(B) | 354.94º | 0.74% | 0.81% | - |
| XYZ | 27.99 | 16.2 | 6.81 | - |
| YUV | 100.53 | 108.52 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 66 | 0 | 0.74 | 0.68 | 0.19 | 354.94 | 0.62 | 0.51 |
| Hex | CF | 35 | 42 | 0 | 4A | 44 | 13 | 163 | 3E | 33 |
| Octal | 317 | 65 | 102 | 0 | 112 | 104 | 23 | 543 | 76 | 63 |
| Binary | 11001111 | 110101 | 1000010 | 0 | 1001010 | 1000100 | 10011 | 101100011 | 111110 | 110011 |
Color Harmonies of #CF3542
Complementary color
Monochromatic Colors of #CF3542
Black with #CF3542
Text Example
Text Example
White with #CF3542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3542; }
p { color: rgb(207,53,66); }
H1.HeaderClassName
{
color: #CF3542;
}
.AnyTagClassName
{
color: #CF3542;
}
</style>
background-color css
<style>
a { background-color: #CF3542; }
a { background-color: rgb(207,53,66); }
div.DivClassName
{
background-color: #CF3542;
}
.BgClassName
{
background-color: #CF3542;
}
</style>
border-color css
<style>
span { border-color: #CF3542; }
span { border-color: rgb(207,53,66); }
td.TdClassName
{
border-color: #CF3542;
}
.TagClassName
{
border-color: #CF3542;
}
</style>