Shades of Brick Red #CF2444
Tints of Brick Red #CF2444
RGB
CMYK
RGB Variations
Color information
#CF2444 (or 0xCF2444) is known color: Brick Red. HEX triplet: CF, 24 and 44. RGB value is (207,36,68). Sum of RGB (Red+Green+Blue) = 207+36+68=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2444 is #30DBBB. Grayscale: #5A5A5A. Windows color (decimal): -3201980 or 4465871. OLE color: 4465871.
HSL color Cylindrical-coordinate representation of color #CF2444: hue angle of 348.77º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2444 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 68 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.19 |
| HSL | 348.77º | 0.7% | 0.48% | - |
| HSV(B) | 348.77º | 0.83% | 0.81% | - |
| XYZ | 27.41 | 14.94 | 6.91 | - |
| YUV | 90.78 | 115.15 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 68 | 0 | 0.83 | 0.67 | 0.19 | 348.77 | 0.7 | 0.48 |
| Hex | CF | 24 | 44 | 0 | 53 | 43 | 13 | 15D | 46 | 30 |
| Octal | 317 | 44 | 104 | 0 | 123 | 103 | 23 | 535 | 106 | 60 |
| Binary | 11001111 | 100100 | 1000100 | 0 | 1010011 | 1000011 | 10011 | 101011101 | 1000110 | 110000 |
Color Harmonies of #CF2444
Complementary color
Monochromatic Colors of #CF2444
Black with #CF2444
Text Example
Text Example
White with #CF2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2444; }
p { color: rgb(207,36,68); }
H1.HeaderClassName
{
color: #CF2444;
}
.AnyTagClassName
{
color: #CF2444;
}
</style>
background-color css
<style>
a { background-color: #CF2444; }
a { background-color: rgb(207,36,68); }
div.DivClassName
{
background-color: #CF2444;
}
.BgClassName
{
background-color: #CF2444;
}
</style>
border-color css
<style>
span { border-color: #CF2444; }
span { border-color: rgb(207,36,68); }
td.TdClassName
{
border-color: #CF2444;
}
.TagClassName
{
border-color: #CF2444;
}
</style>