Shades of Brick Red #CF3240
Tints of Brick Red #CF3240
RGB
CMYK
RGB Variations
Color information
#CF3240 (or 0xCF3240) is known color: Brick Red. HEX triplet: CF, 32 and 40. RGB value is (207,50,64). Sum of RGB (Red+Green+Blue) = 207+50+64=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3240 is #30CDBF. Grayscale: #626262. Windows color (decimal): -3198400 or 4207311. OLE color: 4207311.
HSL color Cylindrical-coordinate representation of color #CF3240: hue angle of 354.65º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3240 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 64 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.19 |
| HSL | 354.65º | 0.62% | 0.5% | - |
| HSV(B) | 354.65º | 0.76% | 0.81% | - |
| XYZ | 27.8 | 15.92 | 6.46 | - |
| YUV | 98.54 | 108.51 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 64 | 0 | 0.76 | 0.69 | 0.19 | 354.65 | 0.62 | 0.5 |
| Hex | CF | 32 | 40 | 0 | 4C | 45 | 13 | 163 | 3E | 32 |
| Octal | 317 | 62 | 100 | 0 | 114 | 105 | 23 | 543 | 76 | 62 |
| Binary | 11001111 | 110010 | 1000000 | 0 | 1001100 | 1000101 | 10011 | 101100011 | 111110 | 110010 |
Color Harmonies of #CF3240
Complementary color
Monochromatic Colors of #CF3240
Black with #CF3240
Text Example
Text Example
White with #CF3240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3240; }
p { color: rgb(207,50,64); }
H1.HeaderClassName
{
color: #CF3240;
}
.AnyTagClassName
{
color: #CF3240;
}
</style>
background-color css
<style>
a { background-color: #CF3240; }
a { background-color: rgb(207,50,64); }
div.DivClassName
{
background-color: #CF3240;
}
.BgClassName
{
background-color: #CF3240;
}
</style>
border-color css
<style>
span { border-color: #CF3240; }
span { border-color: rgb(207,50,64); }
td.TdClassName
{
border-color: #CF3240;
}
.TagClassName
{
border-color: #CF3240;
}
</style>