Shades of Brick Red #CF354B
Tints of Brick Red #CF354B
RGB
CMYK
RGB Variations
Color information
#CF354B (or 0xCF354B) is known color: Brick Red. HEX triplet: CF, 35 and 4B. RGB value is (207,53,75). Sum of RGB (Red+Green+Blue) = 207+53+75=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF354B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF354B is #30CAB4. Grayscale: #656565. Windows color (decimal): -3197621 or 4928975. OLE color: 4928975.
HSL color Cylindrical-coordinate representation of color #CF354B: hue angle of 351.43º 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 #CF354B is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 75 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.19 |
| HSL | 351.43º | 0.62% | 0.51% | - |
| HSV(B) | 351.43º | 0.74% | 0.81% | - |
| XYZ | 28.28 | 16.32 | 8.32 | - |
| YUV | 101.55 | 113.02 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 75 | 0 | 0.74 | 0.64 | 0.19 | 351.43 | 0.62 | 0.51 |
| Hex | CF | 35 | 4B | 0 | 4A | 40 | 13 | 15F | 3E | 33 |
| Octal | 317 | 65 | 113 | 0 | 112 | 100 | 23 | 537 | 76 | 63 |
| Binary | 11001111 | 110101 | 1001011 | 0 | 1001010 | 1000000 | 10011 | 101011111 | 111110 | 110011 |
Color Harmonies of #CF354B
Complementary color
Monochromatic Colors of #CF354B
Black with #CF354B
Text Example
Text Example
White with #CF354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF354B; }
p { color: rgb(207,53,75); }
H1.HeaderClassName
{
color: #CF354B;
}
.AnyTagClassName
{
color: #CF354B;
}
</style>
background-color css
<style>
a { background-color: #CF354B; }
a { background-color: rgb(207,53,75); }
div.DivClassName
{
background-color: #CF354B;
}
.BgClassName
{
background-color: #CF354B;
}
</style>
border-color css
<style>
span { border-color: #CF354B; }
span { border-color: rgb(207,53,75); }
td.TdClassName
{
border-color: #CF354B;
}
.TagClassName
{
border-color: #CF354B;
}
</style>