Shades of Brick Red #CF3440
Tints of Brick Red #CF3440
RGB
CMYK
RGB Variations
Color information
#CF3440 (or 0xCF3440) is known color: Brick Red. HEX triplet: CF, 34 and 40. RGB value is (207,52,64). Sum of RGB (Red+Green+Blue) = 207+52+64=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3440 is #30CBBF. Grayscale: #636363. Windows color (decimal): -3197888 or 4207823. OLE color: 4207823.
HSL color Cylindrical-coordinate representation of color #CF3440: hue angle of 355.35º 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 #CF3440 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 64 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.19 |
| HSL | 355.35º | 0.62% | 0.51% | - |
| HSV(B) | 355.35º | 0.75% | 0.81% | - |
| XYZ | 27.89 | 16.09 | 6.49 | - |
| YUV | 99.71 | 107.85 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 64 | 0 | 0.75 | 0.69 | 0.19 | 355.35 | 0.62 | 0.51 |
| Hex | CF | 34 | 40 | 0 | 4B | 45 | 13 | 163 | 3E | 33 |
| Octal | 317 | 64 | 100 | 0 | 113 | 105 | 23 | 543 | 76 | 63 |
| Binary | 11001111 | 110100 | 1000000 | 0 | 1001011 | 1000101 | 10011 | 101100011 | 111110 | 110011 |
Color Harmonies of #CF3440
Complementary color
Monochromatic Colors of #CF3440
Black with #CF3440
Text Example
Text Example
White with #CF3440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3440; }
p { color: rgb(207,52,64); }
H1.HeaderClassName
{
color: #CF3440;
}
.AnyTagClassName
{
color: #CF3440;
}
</style>
background-color css
<style>
a { background-color: #CF3440; }
a { background-color: rgb(207,52,64); }
div.DivClassName
{
background-color: #CF3440;
}
.BgClassName
{
background-color: #CF3440;
}
</style>
border-color css
<style>
span { border-color: #CF3440; }
span { border-color: rgb(207,52,64); }
td.TdClassName
{
border-color: #CF3440;
}
.TagClassName
{
border-color: #CF3440;
}
</style>