Shades of Brick Red #CF293D
Tints of Brick Red #CF293D
RGB
CMYK
RGB Variations
Color information
#CF293D (or 0xCF293D) is known color: Brick Red. HEX triplet: CF, 29 and 3D. RGB value is (207,41,61). Sum of RGB (Red+Green+Blue) = 207+41+61=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF293D is #30D6C2. Grayscale: #5C5C5C. Windows color (decimal): -3200707 or 4008399. OLE color: 4008399.
HSL color Cylindrical-coordinate representation of color #CF293D: hue angle of 352.77º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF293D is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 61 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.19 |
| HSL | 352.77º | 0.67% | 0.49% | - |
| HSV(B) | 352.77º | 0.8% | 0.81% | - |
| XYZ | 27.37 | 15.19 | 5.9 | - |
| YUV | 92.91 | 110 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 61 | 0 | 0.80 | 0.71 | 0.19 | 352.77 | 0.67 | 0.49 |
| Hex | CF | 29 | 3D | 0 | 50 | 47 | 13 | 161 | 43 | 31 |
| Octal | 317 | 51 | 75 | 0 | 120 | 107 | 23 | 541 | 103 | 61 |
| Binary | 11001111 | 101001 | 111101 | 0 | 1010000 | 1000111 | 10011 | 101100001 | 1000011 | 110001 |
Color Harmonies of #CF293D
Complementary color
Monochromatic Colors of #CF293D
Black with #CF293D
Text Example
Text Example
White with #CF293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF293D; }
p { color: rgb(207,41,61); }
H1.HeaderClassName
{
color: #CF293D;
}
.AnyTagClassName
{
color: #CF293D;
}
</style>
background-color css
<style>
a { background-color: #CF293D; }
a { background-color: rgb(207,41,61); }
div.DivClassName
{
background-color: #CF293D;
}
.BgClassName
{
background-color: #CF293D;
}
</style>
border-color css
<style>
span { border-color: #CF293D; }
span { border-color: rgb(207,41,61); }
td.TdClassName
{
border-color: #CF293D;
}
.TagClassName
{
border-color: #CF293D;
}
</style>