Shades of Brick Red #CF2445
Tints of Brick Red #CF2445
RGB
CMYK
RGB Variations
Color information
#CF2445 (or 0xCF2445) is known color: Brick Red. HEX triplet: CF, 24 and 45. RGB value is (207,36,69). Sum of RGB (Red+Green+Blue) = 207+36+69=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2445 is #30DBBA. Grayscale: #5A5A5A. Windows color (decimal): -3201979 or 4531407. OLE color: 4531407.
HSL color Cylindrical-coordinate representation of color #CF2445: hue angle of 348.42º 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 #CF2445 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 69 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.19 |
| HSL | 348.42º | 0.7% | 0.48% | - |
| HSV(B) | 348.42º | 0.83% | 0.81% | - |
| XYZ | 27.44 | 14.96 | 7.07 | - |
| YUV | 90.89 | 115.65 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 69 | 0 | 0.83 | 0.67 | 0.19 | 348.42 | 0.7 | 0.48 |
| Hex | CF | 24 | 45 | 0 | 53 | 43 | 13 | 15C | 46 | 30 |
| Octal | 317 | 44 | 105 | 0 | 123 | 103 | 23 | 534 | 106 | 60 |
| Binary | 11001111 | 100100 | 1000101 | 0 | 1010011 | 1000011 | 10011 | 101011100 | 1000110 | 110000 |
Color Harmonies of #CF2445
Complementary color
Monochromatic Colors of #CF2445
Black with #CF2445
Text Example
Text Example
White with #CF2445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2445; }
p { color: rgb(207,36,69); }
H1.HeaderClassName
{
color: #CF2445;
}
.AnyTagClassName
{
color: #CF2445;
}
</style>
background-color css
<style>
a { background-color: #CF2445; }
a { background-color: rgb(207,36,69); }
div.DivClassName
{
background-color: #CF2445;
}
.BgClassName
{
background-color: #CF2445;
}
</style>
border-color css
<style>
span { border-color: #CF2445; }
span { border-color: rgb(207,36,69); }
td.TdClassName
{
border-color: #CF2445;
}
.TagClassName
{
border-color: #CF2445;
}
</style>