Shades of Brick Red #CF3340
Tints of Brick Red #CF3340
RGB
CMYK
RGB Variations
Color information
#CF3340 (or 0xCF3340) is known color: Brick Red. HEX triplet: CF, 33 and 40. RGB value is (207,51,64). Sum of RGB (Red+Green+Blue) = 207+51+64=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3340 is #30CCBF. Grayscale: #636363. Windows color (decimal): -3198144 or 4207567. OLE color: 4207567.
HSL color Cylindrical-coordinate representation of color #CF3340: hue angle of 355º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3340 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 64 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.19 |
| HSL | 355º | 0.62% | 0.51% | - |
| HSV(B) | 355º | 0.75% | 0.81% | - |
| XYZ | 27.84 | 16 | 6.47 | - |
| YUV | 99.13 | 108.18 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 64 | 0 | 0.75 | 0.69 | 0.19 | 355 | 0.62 | 0.51 |
| Hex | CF | 33 | 40 | 0 | 4B | 45 | 13 | 163 | 3E | 33 |
| Octal | 317 | 63 | 100 | 0 | 113 | 105 | 23 | 543 | 76 | 63 |
| Binary | 11001111 | 110011 | 1000000 | 0 | 1001011 | 1000101 | 10011 | 101100011 | 111110 | 110011 |
Color Harmonies of #CF3340
Complementary color
Monochromatic Colors of #CF3340
Black with #CF3340
Text Example
Text Example
White with #CF3340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3340; }
p { color: rgb(207,51,64); }
H1.HeaderClassName
{
color: #CF3340;
}
.AnyTagClassName
{
color: #CF3340;
}
</style>
background-color css
<style>
a { background-color: #CF3340; }
a { background-color: rgb(207,51,64); }
div.DivClassName
{
background-color: #CF3340;
}
.BgClassName
{
background-color: #CF3340;
}
</style>
border-color css
<style>
span { border-color: #CF3340; }
span { border-color: rgb(207,51,64); }
td.TdClassName
{
border-color: #CF3340;
}
.TagClassName
{
border-color: #CF3340;
}
</style>