Shades of Brick Red #CF2446
Tints of Brick Red #CF2446
RGB
CMYK
RGB Variations
Color information
#CF2446 (or 0xCF2446) is known color: Brick Red. HEX triplet: CF, 24 and 46. RGB value is (207,36,70). Sum of RGB (Red+Green+Blue) = 207+36+70=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2446 is #30DBB9. Grayscale: #5B5B5B. Windows color (decimal): -3201978 or 4596943. OLE color: 4596943.
HSL color Cylindrical-coordinate representation of color #CF2446: hue angle of 348.07º 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 #CF2446 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 70 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.19 |
| HSL | 348.07º | 0.7% | 0.48% | - |
| HSV(B) | 348.07º | 0.83% | 0.81% | - |
| XYZ | 27.47 | 14.97 | 7.24 | - |
| YUV | 91.01 | 116.15 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 70 | 0 | 0.83 | 0.66 | 0.19 | 348.07 | 0.7 | 0.48 |
| Hex | CF | 24 | 46 | 0 | 53 | 42 | 13 | 15C | 46 | 30 |
| Octal | 317 | 44 | 106 | 0 | 123 | 102 | 23 | 534 | 106 | 60 |
| Binary | 11001111 | 100100 | 1000110 | 0 | 1010011 | 1000010 | 10011 | 101011100 | 1000110 | 110000 |
Color Harmonies of #CF2446
Complementary color
Monochromatic Colors of #CF2446
Black with #CF2446
Text Example
Text Example
White with #CF2446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2446; }
p { color: rgb(207,36,70); }
H1.HeaderClassName
{
color: #CF2446;
}
.AnyTagClassName
{
color: #CF2446;
}
</style>
background-color css
<style>
a { background-color: #CF2446; }
a { background-color: rgb(207,36,70); }
div.DivClassName
{
background-color: #CF2446;
}
.BgClassName
{
background-color: #CF2446;
}
</style>
border-color css
<style>
span { border-color: #CF2446; }
span { border-color: rgb(207,36,70); }
td.TdClassName
{
border-color: #CF2446;
}
.TagClassName
{
border-color: #CF2446;
}
</style>