Shades of Brick Red #CF2344
Tints of Brick Red #CF2344
RGB
CMYK
RGB Variations
Color information
#CF2344 (or 0xCF2344) is known color: Brick Red. HEX triplet: CF, 23 and 44. RGB value is (207,35,68). Sum of RGB (Red+Green+Blue) = 207+35+68=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2344 is #30DCBB. Grayscale: #5A5A5A. Windows color (decimal): -3202236 or 4465615. OLE color: 4465615.
HSL color Cylindrical-coordinate representation of color #CF2344: hue angle of 348.49º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2344 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 68 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.19 |
| HSL | 348.49º | 0.71% | 0.47% | - |
| HSV(B) | 348.49º | 0.83% | 0.81% | - |
| XYZ | 27.38 | 14.88 | 6.9 | - |
| YUV | 90.19 | 115.48 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 68 | 0 | 0.83 | 0.67 | 0.19 | 348.49 | 0.71 | 0.47 |
| Hex | CF | 23 | 44 | 0 | 53 | 43 | 13 | 15C | 47 | 2F |
| Octal | 317 | 43 | 104 | 0 | 123 | 103 | 23 | 534 | 107 | 57 |
| Binary | 11001111 | 100011 | 1000100 | 0 | 1010011 | 1000011 | 10011 | 101011100 | 1000111 | 101111 |
Color Harmonies of #CF2344
Complementary color
Monochromatic Colors of #CF2344
Black with #CF2344
Text Example
Text Example
White with #CF2344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2344; }
p { color: rgb(207,35,68); }
H1.HeaderClassName
{
color: #CF2344;
}
.AnyTagClassName
{
color: #CF2344;
}
</style>
background-color css
<style>
a { background-color: #CF2344; }
a { background-color: rgb(207,35,68); }
div.DivClassName
{
background-color: #CF2344;
}
.BgClassName
{
background-color: #CF2344;
}
</style>
border-color css
<style>
span { border-color: #CF2344; }
span { border-color: rgb(207,35,68); }
td.TdClassName
{
border-color: #CF2344;
}
.TagClassName
{
border-color: #CF2344;
}
</style>